Skip to content

Commit 2f886f6

Browse files
authored
feat(tracing): Move tracing code to internal package (#7451)
1 parent fb3d046 commit 2f886f6

Some content is hidden

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

59 files changed

+72
-74
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
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)