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
For errors that exceed that max allowed size on airbrake, it doesn't truncate the data and silently fails.
This seems to happen when there's a stack of errors that try to get reported at once.
Instead silently failing so that the error never gets discovered, it should truncate the error like in the airbrake/airbrake repo below:
airbrake/airbrake#626
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For errors that exceed that max allowed size on airbrake, it doesn't truncate the data and silently fails.
This seems to happen when there's a stack of errors that try to get reported at once.
Instead silently failing so that the error never gets discovered, it should truncate the error like in the airbrake/airbrake repo below:
airbrake/airbrake#626
The text was updated successfully, but these errors were encountered: