-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support Transaction info source #30
Comments
Updated the description. |
@brustolin did we add that for iOS? if so, can we tick the box? |
Not yet. Im creating an issue for this. |
@mattjohnsonpint since this is part of DS, I believe this is done for the .NET ecosystem and Unity got it for free, right? |
Yep! With getsentry/sentry-dotnet#1910 |
Docs: https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations (PR: getsentry/develop#624)
JS SDK issue
Right now this is only needed if you have a transaction's name with high cardinality which isn't the case right now.Eventually, we need to add this.
We need to add this when we expect metrics to be extracted from transactions. In other words, this is a requirements to Metrics Enhanced PerformanceOnly the JS SDK is now being flagged as requiring this value. That said, we still want to add this to the protocol and change all SDKs going forward. It isn't a blocker for dynamic sampling LA.
source
for transactions sentry-java#2180The text was updated successfully, but these errors were encountered: