Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dev-packages/e2e-tests/test-applications/nextjs-turbo/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
@sentry:registry=http://127.0.0.1:4873
@sentry-internal:registry=http://127.0.0.1:4873

# todo: check if this is still needed in upcoming versions
# Hoist all dependencies to the root level due to issues with import-in-the-middle and require-in-the-middle
# Just adding these as dependencies removed the warnings, but didn't fix the issue
shamefully-hoist=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xD lol

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m: please add a comment so we know why we added this and that we should reevaluate it from time to time.

strict-peer-dependencies=false
Loading