boomerang icon indicating copy to clipboard operation
boomerang copied to clipboard

ErrorStackParser is not defined

Open patrickdemooij9 opened this issue 5 months ago • 1 comments

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: image

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.

patrickdemooij9 avatar Sep 12 '24 14:09 patrickdemooij9