sentry-java
sentry-java copied to clipboard
POTEL 39 - Use RECORD_ONLY sampling decision if performance is disabled
:scroll: Description
Also fixes a bug where isTraceSampling
was used instead of isTracingEnabled
.
:bulb: Motivation and Context
:green_heart: How did you test it?
:pencil: Checklist
- [ ] I reviewed the submitted code.
- [ ] I added tests to verify the changes.
- [ ] No new PII added or SDK only sends newly added PII if
sendDefaultPII
is enabled. - [ ] I updated the docs if needed.
- [ ] Review from the native team if needed.
- [ ] No breaking change or entry added to the changelog.
- [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs.