Skip to content

Commit 98cd975

Browse files
authored
POTEL 28 - Use auto.opentelemetry for POTel span origin (#3523)
1 parent af66eb2 commit 98cd975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-opentelemetry/sentry-opentelemetry-core/src/main/java/io/sentry/opentelemetry/SentrySpanExporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class SentrySpanExporter implements SpanExporter {
6464
InternalSemanticAttributes.PARENT_SAMPLED.getKey());
6565
private static final @NotNull Long SPAN_TIMEOUT = DateUtils.secondsToNanos(5 * 60);
6666

67-
public static final String TRACE_ORIGIN = "auto.otel";
67+
public static final String TRACE_ORIGIN = "auto.opentelemetry";
6868

6969
public SentrySpanExporter() {
7070
this(ScopesAdapter.getInstance());

0 commit comments

Comments
 (0)