Skip to content

Commit aec720f

Browse files
authored
test: Add Replay dependency resolution to Remix and NextJS integration tests (#6570)
This patch fixes the broken NextJS and Remix integration tests which were unable to look up the local version of `@sentry/replay` before. Replay is now a dependency of these tests because they depend on `@sentry/browser` (which in turn depends on Replay after #6508).
1 parent 7d80ad3 commit aec720f

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
@@ -29,6 +29,7 @@
2929
"@sentry/integrations": "file:../../../integrations",
3030
"@sentry/node": "file:../../../node",
3131
"@sentry/react": "file:../../../react",
32+
"@sentry/replay": "file:../../../replay",
3233
"@sentry/tracing": "file:../../../tracing",
3334
"@sentry/types": "file:../../../types",
3435
"@sentry/utils": "file:../../../utils"

packages/remix/test/integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@sentry/integrations": "file:../../../integrations",
2929
"@sentry/node": "file:../../../node",
3030
"@sentry/react": "file:../../../react",
31+
"@sentry/replay": "file:../../../replay",
3132
"@sentry/tracing": "file:../../../tracing",
3233
"@sentry/types": "file:../../../types",
3334
"@sentry/utils": "file:../../../utils"

0 commit comments

Comments
 (0)