-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(otel): Convert exception otel events to sentry errors #7165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - is there a chance we double report errors now?
Good question - let me take a look to see how robust auto-instrumentation is. Generally though it's no - since users have to manually call |
Took a look - the answer is no for now, but we can re-evaluate if/when that changes. |
size-limit report 📦
|
2518492
to
a1fdc86
Compare
woops accidentally rebased off of master - needed some git-fu to get that back |
always set message oof prettier add otel context
a1fdc86
to
44b37e3
Compare
ref getsentry/team-webplatform-meta#31
In OpenTelemetry, spans can have exception events.
Let's create Sentry errors from these exception events and send them to Sentry! We can link them to the parent transaction via trace context.