-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Transaction pipeline should normalize
the event.spans.data
field
#4777
Comments
normalize
the transaction.spans.data
fieldnormalize
the event.spans.data
field
We are doing some pii, normalization tasks, closing this for now. |
Unless it changed/got fixed, this is still a bug, the normalization task was not going thru the |
Thanks for the additional context, I am going to reference the RFC about PII |
@marandaneto Yes, I will take a look. |
|
Going to close this as I think we've address it with v8. Please re-open if it still applies! |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/browser
SDK Version
6.17.9
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
Create a transaction and/or span.
Set non-serializable or circular reference values to the
span.data
andspan.tags
fields.Finish the transaction.
Related issue getsentry/sentry-react-native#1477
Expected Result
Non-serializable data or circular references should be removed.
Transaction is captured.
Actual Result
The actual result depends on the broken input as
data
, e.g. getsentry/sentry-react-native#1477The text was updated successfully, but these errors were encountered: