Skip to content
New issue

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

Does not take into account max post size #112

Open
alistairreynolds opened this issue Jan 25, 2021 · 0 comments
Open

Does not take into account max post size #112

alistairreynolds opened this issue Jan 25, 2021 · 0 comments

Comments

@alistairreynolds
Copy link

alistairreynolds commented Jan 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants