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
How do you use Sentry? Sentry SaaS (sentry.io)
Which SDK and version? Relay 21.4.1 (via dockerhub relay:latest)
Deploy relay 21.4.1 in managed mode.
Relay executes without error logs. Relay can fetch project states successfully (projectsconfig endpoint).
Relay logs the following error ERROR: error fetching project state <redacted>: unknown variant 'spanOperations', expected 'span_operations'
ERROR: error fetching project state <redacted>: unknown variant 'spanOperations', expected 'span_operations'
It seems that relay is not relaying any events to sentry SaaS anymore.
Probably caused by recent change in the projectsconfig endpoint release to sentry SaaS without releasing related change on sentry relay.
The text was updated successfully, but these errors were encountered:
Thanks and sorry, we're reverting the change at getsentry/sentry#26082
Sorry, something went wrong.
Thank you for the fast response and action. 👍
Not closing until fix is deployed.
We believe that the incident has been resolved. Let me know if it still occurs. Thanks and sorry again!
Successfully merging a pull request may close this issue.
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
Relay 21.4.1 (via dockerhub relay:latest)
Steps to Reproduce
Deploy relay 21.4.1 in managed mode.
Expected Result
Relay executes without error logs.
Relay can fetch project states successfully (projectsconfig endpoint).
Actual Result
Relay logs the following error
ERROR: error fetching project state <redacted>: unknown variant 'spanOperations', expected 'span_operations'
It seems that relay is not relaying any events to sentry SaaS anymore.
Probably caused by recent change in the projectsconfig endpoint release to sentry SaaS without releasing related change on sentry relay.
The text was updated successfully, but these errors were encountered: