-
Notifications
You must be signed in to change notification settings - Fork 510
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(opentelemetry): Add entry point for SentryPropagator #3086
Merged
sl0thentr0py
merged 2 commits into
getsentry:master
from
mender:entry-points-opentelemetry-propagator
Jul 1, 2024
Merged
feat(opentelemetry): Add entry point for SentryPropagator #3086
sl0thentr0py
merged 2 commits into
getsentry:master
from
mender:entry-points-opentelemetry-propagator
Jul 1, 2024
Conversation
This file contains 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
mender
force-pushed
the
entry-points-opentelemetry-propagator
branch
from
May 19, 2024 21:07
ad91db0
to
9e7e197
Compare
mender
force-pushed
the
entry-points-opentelemetry-propagator
branch
from
May 31, 2024 21:03
9e7e197
to
b2d7644
Compare
mender
force-pushed
the
entry-points-opentelemetry-propagator
branch
from
June 10, 2024 09:49
b2d7644
to
2f38ce7
Compare
Closed
6 tasks
mender
force-pushed
the
entry-points-opentelemetry-propagator
branch
from
June 17, 2024 19:16
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
mender
force-pushed
the
entry-points-opentelemetry-propagator
branch
from
June 23, 2024 23:13
1a7c02a
to
5a513fa
Compare
szokeasaurusrex
approved these changes
Jul 1, 2024
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.
Looks good to me! Thanks for the contribution
sl0thentr0py
approved these changes
Jul 1, 2024
github-actions
bot
removed
the
Trigger: tests using secrets
PR code is safe; run CI
label
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 addSentryPropagator
to existing ones instead of replace them.Closes #3085