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
As per getsentry/develop#624, we now have to start adding a source label that indicates how a transaction name was generated.
source
See more details here: #5342
transaction.setMetadata({ source: SOURCE_NAME })
The text was updated successfully, but these errors were encountered:
This is marked as done in the JS SDKs.
Sorry, something went wrong.
AbhiPrasad
No branches or pull requests
Problem Statement
As per getsentry/develop#624, we now have to start adding a
source
label that indicates how a transaction name was generated.See more details here: #5342
Solution Brainstorm
transaction.setMetadata({ source: SOURCE_NAME })
The text was updated successfully, but these errors were encountered: