We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see, thanks for the explanation of your use case. So a few points
That said, there are a couple of options for you now
Sentry::HTTPTransport
send_data
on_rate_limit
on_error
does that work?
Originally posted by @sl0thentr0py in #2216 (comment)
The text was updated successfully, but these errors were encountered:
sl0thentr0py
No branches or pull requests
I see, thanks for the explanation of your use case.
So a few points
That said, there are a couple of options for you now
Sentry::HTTPTransport
and overridesend_data
there and do what you wish thereon_rate_limit
hook in the transport class similar toon_error
to make that easier so you just need to define that one method to retrydoes that work?
Originally posted by @sl0thentr0py in #2216 (comment)
The text was updated successfully, but these errors were encountered: