-
-
Notifications
You must be signed in to change notification settings - Fork 135
RangeError: Invalid string length #335
Comments
hi @hogggy thanks for opening the issue. what version of raven are you on? investigating this now |
the problem is that too much data is being attached to an event - are you using any of the Raven context methods or adding custom breadcrumbs? something very large is ending up on the object |
hi @MaxBittker |
are you using minified code? a few things to try: upgrading to 2.1.0 to take advantage of #329 editing your node_modules a putting a
|
Hello, I've updated to [email protected] and we've been hit by this issue as well. We have a 1.8MB file compiled by Webpack and when issues occur inside it, we're either hit with a Let me know if you need more info,
|
We are facing this issue too. We are on 2.1.0
|
hmmm.. us failing gracefully here and adding more debug output is all I can think of for the time-being, is there anything either of you could do to help us reproduce this? |
We are getting this error RangeError: Invalid string length. This happens almost every time an error is reported and attempted to be sent to sentry. Here is the stack trace:
Here is my sentry config.
I think this is an out of memory issue in the stringify function. This is preventing the correct error from being sent to sentry.
The text was updated successfully, but these errors were encountered: