Skip to content
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

Merged
merged 2 commits into from
Jun 22, 2023
Merged

feat: Update Sentry SDK to 7.57.0-beta.0 #51347

merged 2 commits into from
Jun 22, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Jun 21, 2023

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

@mydea mydea requested a review from a team June 21, 2023 12:57
@mydea mydea requested a review from a team as a code owner June 21, 2023 12:57
@mydea mydea self-assigned this Jun 21, 2023
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 21, 2023
@mydea mydea requested a review from billyvg June 21, 2023 13:12
yarn.lock Outdated
@@ -2371,6 +2381,15 @@
"@sentry/utils" "7.56.0"
tslib "^1.9.3"

"@sentry/[email protected]":
Copy link
Member

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

Copy link
Member Author

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.
@mydea mydea merged commit cea96a2 into master Jun 22, 2023
@mydea mydea deleted the fn/update-sdk-beta branch June 22, 2023 13:11
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants