Commit 08e6da2
fix(kafka): [Queue Instrumentation 26] Mark producer interceptor experimental
The raw kafka producer path requires customers to reference
SentryKafkaProducerInterceptor directly by class name, so it should not be
marked internal. Align it with the customer-facing queue tracing surface by
marking it experimental instead.
Audit the remaining Kafka classes still marked internal and keep them as-is:
the Spring bean post processors and Spring record interceptor remain
framework wiring internals rather than direct customer entry points.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d0b2380 commit 08e6da2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments