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

Sentry: Fix broken configureScope() call #8643

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 14, 2024

configureScope() has apparently been deprecated a while ago and was recently removed in getsentry/sentry-javascript#9887. Since we are mocking Sentry in our test suite we unfortunately didn't notice the issue before it popped up on our staging environment.

`configureScope()` has apparently been deprecated a while ago and was recently removed in getsentry/sentry-javascript#9887. Since we are mocking Sentry in our test suite we unfortunately didn't notice the issue before it popped up on our staging environment.
@Turbo87 Turbo87 added C-bug 🐞 Category: unintended, undesired behavior A-backend ⚙️ labels May 14, 2024
@Turbo87 Turbo87 merged commit 2e41eb5 into rust-lang:main May 14, 2024
7 checks passed
@Turbo87 Turbo87 deleted the fix-sentry branch May 14, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-bug 🐞 Category: unintended, undesired behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant