-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
captureException with the js sdk in Angular #2409
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
Comments
Duplicate of #2292 |
Ok I rendered the SentryErrorHandler injectable and implements ErrorHandler instead of extends and there are no more problems like that.
to
I had the first config for 2 years without problems but since the upgrade to Angular 8 I have several sentry exceptions. |
Awesome, thanks letting us know. Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a lot of captureException and incomprehensible (like “Object.s” as title ) errors in Sentry
There is my configuration
in my main. module.ts:
I changed from Sentry.captureException to Sentry.captureMessage but the problem is still present.
Screenshot of the exceptions thrown:
As you can see in the screenshot, there is a “synthetic error” thrown in the sentry sdk code base.
Everything is configured as the documentation mention it, I also upload the sourcemaps correctly.
The text was updated successfully, but these errors were encountered: