How do I stop Sentry from patching all requests?? #6851
-
Hello, I would like to stop Sentry from adding headers like I tried setting These settings are documented as |
Beta Was this translation helpful? Give feedback.
Answered by
AbhiPrasad
Jan 19, 2023
Replies: 1 comment 2 replies
-
I'm assuming you came from #6259, but for posterity's sake: Setting |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AbhiPrasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm assuming you came from #6259, but for posterity's sake: Setting
tracePropagationTargets
to an empty array should disable adding headers to all outgoing requests. See the docs ontracePropagationTargets
for more details.