Setting timeout and backoff/retry for Sentry SDK #1945
-
Hi, Is there an easy way to set this when initializing the client? I have found this stackoverflow discussion, but I'm not sure if there is a better way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
HI @jjblumenfeld, we don't support this out of the box but you can write your own |
Beta Was this translation helpful? Give feedback.
HI @jjblumenfeld, we don't support this out of the box but you can write your own
Transport
which does this. You can derive fromHttpTransport
and just patch_send_request
to add some backoff/retry logic.