Commit e685fd4
committed
docs(samples): [Queue Instrumentation 30] Document OTel Kafka suppression fixture
The OTel Jakarta sample Kafka configs intentionally set
`sentry.enable-queue-tracing=true` so the coexistence system test
(`KafkaOtelCoexistenceSystemTest`, added in PR #5324) can assert that
Sentry's Spring Kafka auto-config (`SentryKafkaQueueConfiguration`)
stays suppressed even when the customer explicitly opts in.
Add a comment to each `application-kafka.properties` explaining the
deliberate choice and link it to the test, so the property does not
read as a copy/paste trap for customers. Also extend the test KDoc to
call out the fixture.
#skip-changelog1 parent 4a48e54 commit e685fd4
4 files changed
Lines changed: 10 additions & 0 deletions
File tree
- sentry-samples
- sentry-samples-spring-boot-jakarta-opentelemetry-noagent/src
- main/resources
- test/kotlin/io/sentry/systemtest
- sentry-samples-spring-boot-jakarta-opentelemetry/src
- main/resources
- test/kotlin/io/sentry/systemtest
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments