-
-
Notifications
You must be signed in to change notification settings - Fork 166
feat(tracing): add support for logs #840
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
base: lcian/ref/tracing
Are you sure you want to change the base?
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## lcian/ref/tracing #840 +/- ##
=====================================================
+ Coverage 73.40% 73.64% +0.23%
=====================================================
Files 64 64
Lines 7682 7728 +46
=====================================================
+ Hits 5639 5691 +52
+ Misses 2043 2037 -6 🚀 New features to boost your workflow:
|
} | ||
|
||
attributes.insert("sentry.origin".to_owned(), "auto.tracing".into()); | ||
|
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.
Unfortunately we cannot get the sentry.message.template
with tracing.
Adds logs support for
sentry-tracing
, gated by alogs
feature flag.Open question for the future:
Someone might want to capture multiple things (e.g. if you get an error event, capture both a Sentry error and an error level log).
I would like to implement this but without breaking changes.