Skip to content

Commit 3f527c9

Browse files
committed
Add resolutions for new package to fix integration tests
1 parent c2f2e58 commit 3f527c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/nextjs/test/integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@sentry/react": "file:../../../react",
3333
"@sentry/replay": "file:../../../replay",
3434
"@sentry/tracing": "file:../../../tracing",
35+
"@sentry-internal/tracing": "file:../../../tracing-internal",
3536
"@sentry/types": "file:../../../types",
3637
"@sentry/utils": "file:../../../utils"
3738
}

packages/remix/test/integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@sentry/react": "file:../../../react",
3131
"@sentry/replay": "file:../../../replay",
3232
"@sentry/tracing": "file:../../../tracing",
33+
"@sentry-internal/tracing": "file:../../../tracing-internal",
3334
"@sentry/types": "file:../../../types",
3435
"@sentry/utils": "file:../../../utils"
3536
},

0 commit comments

Comments
 (0)