-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update Sentry SDK to 7.57.0-beta.0 #51347
Conversation
e5dd0a8
to
a701423
Compare
yarn.lock
Outdated
@@ -2371,6 +2381,15 @@ | |||
"@sentry/utils" "7.56.0" | |||
tslib "^1.9.3" | |||
|
|||
"@sentry/[email protected]": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll want to run npx yarn-deduplicate && yarn install
when you see a bunch of duplicate packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did do that, the problem is that beta versions do not satisfy the version range of transitive dependencies e.g. of sentry-cli (so @sentry/[email protected] does not satisfy @sentry/core@^7.19.0, for example). I have added yarn resolutions to force the transitive dependencies for now, once we update back to the regular track we can remove these again!
This prerelease includes changes to the TS build, which _shouldn't_ affect anything, but we wanted to be extra sure that we are not breaking anything.
a701423
to
c9ad03f
Compare
This prerelease includes changes to the TS build, which shouldn't affect anything, but we wanted to be extra sure that we are not breaking anything.
Note this also includes:
See: https://github.com/getsentry/sentry-javascript/releases/tag/7.57.0-beta.0