Skip to content

Commit 29f7f02

Browse files
authored
Merge pull request #5322 from getsentry/fix/queue-instrumentation-kafka-producer-api-status
fix(kafka): [Queue Instrumentation 26] Mark producer interceptor experimental
2 parents 3ac6cd3 + 08e6da2 commit 29f7f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry-kafka/src/main/java/io/sentry/kafka/SentryKafkaProducerInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.jetbrains.annotations.NotNull;
2626
import org.jetbrains.annotations.Nullable;
2727

28-
@ApiStatus.Internal
28+
@ApiStatus.Experimental
2929
public final class SentryKafkaProducerInterceptor<K, V> implements ProducerInterceptor<K, V> {
3030

3131
public static final @NotNull String TRACE_ORIGIN = "auto.queue.kafka.producer";

0 commit comments

Comments
 (0)