boomerang
boomerang copied to clipboard
ErrorStackParser is not defined
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 added
setTimeout(() => {
console.error("Test2");
}, 1000);
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.