Steps to Reproduce
- open https://docs.sentry.io/platforms/java/guides/spring-boot/
- untick "OpenTelemetry"
- make sure the "Configure" sample snippet is showing the "Properties" tab
- untick "Performance"
- switch to the "YAML" tab of the configure snippet
- observe that the line
tracesSampleRate: 1.0 is still visible
- tick "Performance" again
- untick "Performance" again
- observe that the line
tracesSampleRate: 1.0 is no longer visible
Expected Result
the line tracesSampleRate: 1.0 should never be shown on the YAML tab if "Performance" (and "OpenTelemetry") is unticked
Actual Result
the line tracesSampleRate: 1.0 is shown unless the "Performance" box is toggled back and forth once
Additional Info
No response
Steps to Reproduce
tracesSampleRate: 1.0is still visibletracesSampleRate: 1.0is no longer visibleExpected Result
the line
tracesSampleRate: 1.0should never be shown on the YAML tab if "Performance" (and "OpenTelemetry") is untickedActual Result
the line
tracesSampleRate: 1.0is shown unless the "Performance" box is toggled back and forth onceAdditional Info
No response