Agustin Aon
Agustin Aon
Creates a trait with a `with_tracing` method to instrument a handler with a custom `tracing::Span`. Following discussion #872, this PR adds a method to be used in the following manner:...
## What ❔ - Adds state override for gas estimates ## Why ❔ - Solves #947 - Feature parity with geth https://github.com/ethereum/go-ethereum/issues/27800 ## Checklist - [x] PR title corresponds to...
Contract build stage fails when running e2e tests inside a cargo workspace and ink dependencies are inherited from the workspace Cargo.toml. It does work when the dependency is defined for...
### Reproduction 1. Create a remix project with vite and express 2. [Install sentry](https://docs.sentry.io/platforms/javascript/guides/remix/#install) 3. Create a route with a loader and return some static data 4. Open your browser...
## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...
## What ❔ - Add zk_toolbox for managing deployment and initialization of ecosystems and hyperchains. ## Why ❔ - Improves tooling ## Checklist - [x] PR title corresponds to the...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
## What ❔ - Migrates ethers to alloy, given new alloy 0.1 release ## Why ❔ - Ethers is deprecated ## Checklist - [x] PR title corresponds to the body...
This PR just fixes the annoying hydration warning that appears on Firefox on script nonces: ## Test Plan ## Checklist - [ ] Tests updated - [ ] Docs updated...