-
-
Notifications
You must be signed in to change notification settings - Fork 451
Add allowList for the tracestate
header
#1697
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
Comments
@brustolin we'd need that on getsentry/sentry-cocoa#1291 too, we need to align naming and so on |
The PII part or the incorrect data part? Can you expand upon this a little? |
ups, the PII part, we don't want to send the |
Ah, got it. The equivalent to JS's Thanks. |
its prob a dup of #1585 then |
So I am naming this new property What is the expected behavior if no tracing origins are set? Attach headers to every request, or do not attach headers to any request. If the latter, this would be a breaking change. |
I'd say if it's empty, send it to every request, and it's up to the user either to decide to add just a specific URL or not, otherwise, it'd not be scalable to the final user adding a new entry to |
I agree. It's important to make this very clear in the docs |
related to #1683
reason is getsentry/develop#425
cc @bruno-garcia
it should be a List in the SentryOptions with an experimental annotation
The text was updated successfully, but these errors were encountered: