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
Relay is reporting an invalid transaction source emitted by the Go SDK version 0.17.0. If this was fixed in >= 0.18.0, feel free to close this issue.
"sdk": { "name": "sentry.go", "version": "0.17.0", "integrations": [ "ContextifyFrames", "Environment", "IgnoreErrors", "Modules" ], "packages": [ { "name": "sentry-go", "version": "0.17.0" } ] }, "transaction_info": { "source": "echo" }
Go to https://sentry.my.sentry.io/organizations/sentry/issues/391873, and use the project tag to find example events in that project.
project
The SDK sends one of the transaction sources listed in https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations.
See JSON snippet
The text was updated successfully, but these errors were encountered:
Looks like we should add additional guards in places where we set transaction sources from external inputs, e.g.
Sorry, something went wrong.
We would also need to not export the Span.Source field then. Adding a getter/setter seems reasonable.
Span.Source
tonyo
Successfully merging a pull request may close this issue.
Summary
Relay is reporting an invalid transaction source emitted by the Go SDK version 0.17.0. If this was fixed in >= 0.18.0, feel free to close this issue.
Steps To Reproduce
Go to https://sentry.my.sentry.io/organizations/sentry/issues/391873, and use the
project
tag to find example events in that project.Expected Behavior
The SDK sends one of the transaction sources listed in
https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations.
SDK
See JSON snippet
Sentry
The text was updated successfully, but these errors were encountered: