-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
fix: OpenTelemetry doesn't capture exceptions in the outermost application layer #3689
Conversation
…re spans are created and exceptions are logged correctly under that span
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3689 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 328 329 +1
Lines 14890 14936 +46
Branches 2369 2375 +6
=======================================
+ Hits 14633 14679 +46
Misses 116 116
Partials 141 141 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3689 |
Extend the work done in #3665. For description / discussion, check over there.
Fixes #3663.