-
Notifications
You must be signed in to change notification settings - Fork 549
quote_from_bytes() expected bytes #1626
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
Comments
This issue was first introduced when I upgraded from 1.9.5 -> 1.9.8 and whole production went down. I would like to see some try: except since this is a monitoring tool that should not cause whole production to go down. |
@lehmat thx for reporting. Can you give me your sentry init options? Just trying to see why this could happen in the first place. |
And we are running on-premise sentry with release version: Sentry 22.9.0.dev0 |
is your |
It is defaulted to integer: 1 so it surely might be the root cause |
Uh oh!
There was an error while loading. Please reload this page.
How do you use Sentry?
Self-hosted/on-premise
Version
1.9.8
Steps to Reproduce
None, all API requests fail to this
Expected Result
It is OK to log the error about sentry-tracing not being able to do its magic, but it should not make the full application error out
Actual Result
The text was updated successfully, but these errors were encountered: