Skip to content

Commit 3974769

Browse files
authored
refactor: unify provider & soldity test tracing architecture (#1278)
1 parent f4bdc36 commit 3974769

182 files changed

Lines changed: 5046 additions & 3200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/blue-beans-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/edr": minor
3+
---
4+
5+
Added `callTraces()` to `Response` object, inclusion of which is configurable through the `includeCallTraces` option on the `ObservabilityConfig`

.changeset/olive-cougars-enter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/edr": minor
3+
---
4+
5+
Removed `traces()` API from the `Response` object

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "EDR",
33
"image": "mcr.microsoft.com/devcontainers/base:trixie",
4+
"capAdd": [
5+
// Enable for profiling with `perf`
6+
// "SYS_ADMIN"
7+
],
48
"features": {
59
"ghcr.io/devcontainers/features/node:1": {
610
"version": "22"

0 commit comments

Comments
 (0)