You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(tracing): Remove transaction name and user_id from DSC (#5363)
This patch temporarily removes the `user_id` and `transaction` (name) fields from the dynamic sampling context, meaning they will no longer propagated with outgoing requests via the baggage Http header or sent to sentry via the `trace` envelope header.
We're taking this temporary measure to ensure that for the moment PII is not sent to third parties.
Copy file name to clipboardExpand all lines: packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts
+4-2
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,10 @@ test('should ignore sentry-values in `baggage` header of a third party vendor an
0 commit comments