Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7 tasks
a7e9275 to
46df387
Compare
0dc4ab2 to
1e939de
Compare
46df387 to
85c39af
Compare
1e939de to
6fc8adc
Compare
85c39af to
af58c24
Compare
lcian
approved these changes
Aug 1, 2025
lbloder
reviewed
Aug 1, 2025
| - `sentry-opentelemetry-bootstrap`: Classes that go into the bootstrap classloader when the agent is used. For agentless they are simply used in the applications classloader. | ||
| - `sentry-opentelemetry-agentcustomization`: Classes that help wire up Sentry in OpenTelemetry. These land in the agent classloader when the agent is used. For agentless they are simply used in the application classloader. | ||
|
|
||
| ## Advantages over using Sentry without OpenTelemetry |
Collaborator
There was a problem hiding this comment.
Is this section relevant for an AI?
Member
Author
There was a problem hiding this comment.
I was hoping to give it context to allow making better decisions / provide better insights. We can move this once we have customer facing AI rules files.
| @@ -0,0 +1,84 @@ | |||
| # Java SDK OpenTelemetry Integration | |||
Collaborator
There was a problem hiding this comment.
What is the purpose of this ruleset?
To give cursor guidance on how to develop in this module? Or to let cursor know how to use this module in a project?
Member
Author
There was a problem hiding this comment.
Mostly let cursor know but anyone can read it and learn from it.
Co-authored-by: Lukas Bloder <lukas.bloder@gmail.com>
…r_opentelemetry_integration
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.

#skip-changelog
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps