We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
autoendpoint's getting hit by this issue: getsentry/sentry-rust#277
It's not emitting events with sentry client > 0.20, we need to pin its sentry client to 0.19 to fix this.
The text was updated successfully, but these errors were encountered:
bug: use sentry 0.19 to match our backend server
1629b4a
Closes #275
bug: use sentry 0.19 to match our backend server (#276)
44c85c0
Successfully merging a pull request may close this issue.
autoendpoint's getting hit by this issue: getsentry/sentry-rust#277
It's not emitting events with sentry client > 0.20, we need to pin its sentry client to 0.19 to fix this.
The text was updated successfully, but these errors were encountered: