Skip to content

Commit 0d84b57

Browse files
committed
remove obsolete comment
1 parent f0c8cf2 commit 0d84b57

File tree

1 file changed

+0
-1
lines changed
  • sentry-opentelemetry/sentry-opentelemetry-bootstrap/src/main/java/io/sentry/opentelemetry

1 file changed

+0
-1
lines changed

sentry-opentelemetry/sentry-opentelemetry-bootstrap/src/main/java/io/sentry/opentelemetry/OtelSpanFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public final class OtelSpanFactory implements ISpanFactory {
4040
@NotNull IScopes scopes,
4141
@NotNull TransactionOptions transactionOptions,
4242
@Nullable TransactionPerformanceCollector transactionPerformanceCollector) {
43-
// TODO [POTEL] name vs. op for transaction
4443
final @Nullable OtelSpanWrapper span =
4544
createSpanInternal(
4645
scopes, transactionOptions, null, context.getSamplingDecision(), context);

0 commit comments

Comments
 (0)