Discard sentry response? #5542
|
When using tunnel/relay: by default sentry replies with |
Answered by
AbhiPrasad
Aug 9, 2022
Replies: 2 comments 2 replies
|
Hey! The JS SDK does use this response for rate limiting logic. We recommend you forward the response to the SDK! See our transport implementation for more details how this happens under the hood: |
0 replies
Answer selected by
AbhiPrasad
|
Is that still accurate? I see in the official examples nothing like that. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! The JS SDK does use this response for rate limiting logic. We recommend you forward the response to the SDK! See our transport implementation for more details how this happens under the hood:
sentry-javascript/packages/core/src/transports/base.ts
Line 77 in ac2dc12