Getting "Error is too large to send to Raygun"
The package appears not to log errors with bigger strings. And the truncated chars aren't as helpful. Makes finding the cause of the error impossible. Is there any way to increase the maximum allowed bytes? Thanks for any info!
Took a look at the code. Can the code at least throw an error here instead of just returning? So that we can log internal details about the error that causes it?
Hi. I am currently going through the package, fixing things, and implementing async/await support in general.
I think in this case it can be done, and it will properly warn the user when calling send().
Awesome! Making send return a Promise would be great. Thank you so much for working on this!