-
Notifications
You must be signed in to change notification settings - Fork 556
Send all events to /envelope endpoint when tracing is enabled #2009
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
Send all events to /envelope endpoint when tracing is enabled #2009
Conversation
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.
We considered this change only to apply if "propagation" is enabled.
As we didn't define what this will be, I'm not in favour of merging this just yet.
Especially since this will be a hidden change in behaviour and not a new opt-in mechanism.
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.
I think this change is fine, a test would be nice - not just to test the functionality but to make sure when we change this behavior it breaks so we consciously do it.
…ts-when-performance-enabled
…ts-when-performance-enabled
…ts-when-performance-enabled
…ts-when-performance-enabled
When tracing is enabled we can safely send all events to
/envelope
. The dynamic sampling context (DSC) is sent with all envelopes.The legacy
/store
endpoint will be removed in the future.Fixes #2008