feat(opentelemetry): Add entry point for SentryPropagator#3086
Merged
sl0thentr0py merged 2 commits intogetsentry:masterfrom Jul 1, 2024
Merged
Conversation
ad91db0 to
9e7e197
Compare
9e7e197 to
b2d7644
Compare
b2d7644 to
2f38ce7
Compare
Closed
6 tasks
2f38ce7 to
1a7c02a
Compare
Add entry point for sentry_sdk.integrations.opentelemetry.SentryPropagator. This makes possible to configure opentelemetry using environment variables and add SentryPropagator to existing ones instead of replace them. Closes getsentry#3085
1a7c02a to
5a513fa
Compare
szokeasaurusrex
approved these changes
Jul 1, 2024
Member
szokeasaurusrex
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks for the contribution
sl0thentr0py
approved these changes
Jul 1, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3086 +/- ##
=======================================
Coverage 79.35% 79.35%
=======================================
Files 132 132
Lines 14218 14218
Branches 2985 2985
=======================================
Hits 11283 11283
Misses 2092 2092
Partials 843 843 |
arjennienhuis
pushed a commit
to arjennienhuis/sentry-python
that referenced
this pull request
Sep 30, 2024
…3086) Add entry point for sentry_sdk.integrations.opentelemetry.SentryPropagator. This makes possible to configure opentelemetry using environment variables and add SentryPropagator to existing ones instead of replace them. Closes getsentry#3085 Co-authored-by: Neel Shah <neel.shah@sentry.io>
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.
Add entry point for
sentry_sdk.integrations.opentelemetry.SentryPropagator. This makes possible to configure opentelemetry using environment variables and addSentryPropagatorto existing ones instead of replace them.Closes #3085