-
-
Notifications
You must be signed in to change notification settings - Fork 461
POTEL 13 - Use transaction name #3464
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
Conversation
…pes-merge-2-add-scopes
…ainScopes to rootScopes
…l-2-promote-span-attributes
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- POTEL 13 - Use transaction name ([#3464](https://github.com/getsentry/sentry-java/pull/3464))If none of the above apply, you can opt out of this check by adding |
| } | ||
| if (samplingDecision != null) { | ||
| sentrySpan.getSpanContext().setSamplingDecision(samplingDecision); | ||
| // TODO [POTEL] do we need this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setting sampling decision should no longer be necessary since we already attach it as separate attributes above
Performance metrics 🚀
|
lbloder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This was temporarily broken in a previous PR
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps