-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore: bump Sentry SDK to v9 alpha #84258
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
Conversation
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
Let's move the annotations to a separate PR, otherwise LGTM
@@ -31,6 +31,7 @@ export function useFeedback({ | |||
messagePlaceholder: messagePlaceholder ?? t('What did you expect?'), | |||
formTitle: formTitle ?? t('Give Feedback'), | |||
tags, | |||
_experiments: {annotations: true}, |
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.
Let's make a new PR for this -- also, is this something we want to feature flag?
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.
good point! i'll add a ff for this
@c298lee oh forgot to mention, did you check getsentry as well? |
Not sure what the problem is but this upgrade is causing webpack to not proxy `/api/client-config` correctly. Originally introduced in #84258
Related PRs for updating some deprecations: - #84130 - #84132 - #84196 - #84254 PR for updating getsentry: getsentry/getsentry#16292
Not sure what the problem is but this upgrade is causing webpack to not proxy `/api/client-config` correctly. Originally introduced in #84258
Related PRs for updating some deprecations:
PR for updating getsentry: https://github.com/getsentry/getsentry/pull/16292