You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into an issue with the Errors plugin and I am not quite sure if this is my fault or if something is broken. I enabled sendAfterOnload on the config and added
to test if it would be picked up. But I then run into this issue:
Adding a debug point, it indeed cannot find the ErrorStackParser and looking at where the ErrorStackParser is defined doesn't really tell me how this is supposed to work.
The text was updated successfully, but these errors were encountered:
Is this when this function is executed something other than the global root / window object?
If the whole plugin or boomerang.js is wrapped in another object, that could be changing the this and registering ErrorStackParser onto something else.
We could probably be smarter about where we register ErrorStackParser here, maybe just inline into the BOOMR. namespace so there's no potential conflicts or writing it onto something unexpected.
Hi!
Running into an issue with the Errors plugin and I am not quite sure if this is my fault or if something is broken. I enabled
sendAfterOnload
on the config and addedto test if it would be picked up. But I then run into this issue:
Adding a debug point, it indeed cannot find the ErrorStackParser and looking at where the ErrorStackParser is defined doesn't really tell me how this is supposed to work.
The text was updated successfully, but these errors were encountered: