Skip to content

Commit

Permalink
test: Add Replay dependency resolution to Remix and NextJS integratio…
Browse files Browse the repository at this point in the history
…n 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).
  • Loading branch information
Lms24 authored Dec 16, 2022
1 parent 7d80ad3 commit aec720f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@sentry/integrations": "file:../../../integrations",
"@sentry/node": "file:../../../node",
"@sentry/react": "file:../../../react",
"@sentry/replay": "file:../../../replay",
"@sentry/tracing": "file:../../../tracing",
"@sentry/types": "file:../../../types",
"@sentry/utils": "file:../../../utils"
Expand Down
1 change: 1 addition & 0 deletions packages/remix/test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@sentry/integrations": "file:../../../integrations",
"@sentry/node": "file:../../../node",
"@sentry/react": "file:../../../react",
"@sentry/replay": "file:../../../replay",
"@sentry/tracing": "file:../../../tracing",
"@sentry/types": "file:../../../types",
"@sentry/utils": "file:../../../utils"
Expand Down

0 comments on commit aec720f

Please sign in to comment.