feat(logs): Make the logging integration send Sentry logs#4143
Merged
antonpirker merged 18 commits intomasterfrom Mar 27, 2025
Merged
feat(logs): Make the logging integration send Sentry logs#4143antonpirker merged 18 commits intomasterfrom
logging integration send Sentry logs#4143antonpirker merged 18 commits intomasterfrom
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #4143 +/- ##
==========================================
- Coverage 79.57% 79.57% -0.01%
==========================================
Files 141 141
Lines 15738 15790 +52
Branches 2675 2696 +21
==========================================
+ Hits 12524 12565 +41
+ Misses 2369 2368 -1
- Partials 845 857 +12
|
logging integration send Sentry logs
045fa2a to
42c3835
Compare
antonpirker
reviewed
Mar 21, 2025
Contributor
antonpirker
left a comment
There was a problem hiding this comment.
All in all looks good. I have some questions
88f390c to
592ef9d
Compare
9e3db38 to
326d88a
Compare
326d88a to
6763af2
Compare
6763af2 to
0367592
Compare
9e0a0f4 to
3db6a16
Compare
140d8cc to
44fcd1f
Compare
Contributor
|
@colin-sentry I have moved the new parameter |
antonpirker
approved these changes
Mar 27, 2025
Contributor
antonpirker
left a comment
There was a problem hiding this comment.
This looks good now. 🔥
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have integrations that make the python logger create breadcrumbs and issues. This adds a third handler which creates Sentry logs on
logger.logstatements.Enable the logger with:
Refs #4150