-
-
Notifications
You must be signed in to change notification settings - Fork 468
Add HTTP server request headers from OpenTelemetry span attributes to sentry request in payload
#4102
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
Merged
Merged
Add HTTP server request headers from OpenTelemetry span attributes to sentry request in payload
#4102
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8ef3825
Attach request object to event for OTel
adinauer d3cab7c
fix test name
adinauer 7c51a68
Merge branch 'main' into feat/request-for-otel
adinauer 9a183ab
add http server request headers to sentry request in payload
adinauer ecd6040
rename test class
adinauer 6e0b24d
changelog
adinauer 3f10e3c
Merge branch 'main' into feat/request-for-otel
adinauer 28cb76a
Merge branch 'main' into feat/request-for-otel
adinauer 28a7e56
do not override existing url on request even with full url
adinauer c59f801
Merge branch 'feat/request-for-otel' into feat/otel-server-request-he…
adinauer 0f77ec2
pass in options and use them
adinauer 66d3b7b
remove span param; remove test exception
adinauer 0d96359
changelog
adinauer ba2cbb0
changelog pii
adinauer 1d89f04
Merge branch 'main' into feat/otel-server-request-headers
adinauer e1f7fec
Use `java.net.URL` for combining url attributes (#4105)
adinauer d698a14
changelog
adinauer 12aca6b
do not send request headers in contexts/otel/attributes
adinauer 90fb3d9
Merge branch 'main' into feat/otel-server-request-headers
adinauer 3233b3c
also remove response headers from span attributes sent to Sentry
adinauer 00d488d
Merge branch 'main' into feat/otel-server-request-headers
adinauer badf8ba
Apply suggestions from code review
adinauer 8bc3f0b
Merge branch 'main' into feat/otel-server-request-headers
adinauer b2fef65
Merge branch 'main' into feat/otel-server-request-headers
adinauer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
sentry-opentelemetry/sentry-opentelemetry-core/api/sentry-opentelemetry-core.api
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.