-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/angular
SDK Version
7.11.1
Framework Version
Angular 12
Link to Sentry event
No response
Steps to Reproduce
I throw an error from my angular app. But nothing is fetched in Sentry issue log.
I tried:
Sentry.captureException('Exception');
throw new Error('Thrown Error');
And also to force an error that a know about in my app.
Expected Result
Errors to be logged in Sentry.
Actual Result
Nothing is logged in sentry.
I get nothing in Sentry logger in the console.
I can see in network that sentry is called. Payload [attached]
sentry-payload.txt
vetlevo
Metadata
Metadata
Assignees
Labels
No labels