Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorStackParser is not defined #358

Open
patrickdemooij9 opened this issue Sep 12, 2024 · 0 comments
Open

ErrorStackParser is not defined #358

patrickdemooij9 opened this issue Sep 12, 2024 · 0 comments

Comments

@patrickdemooij9
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant