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. |
Replies: 1 comment
|
HI @jjblumenfeld, we don't support this out of the box but you can write your own |
HI @jjblumenfeld, we don't support this out of the box but you can write your own
Transportwhich does this. You can derive fromHttpTransportand just patch_send_requestto add some backoff/retry logic.