Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Sep 3, 2024
1 parent 36c6f62 commit dc91b84
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
@ApiStatus.Internal
public final class SpanDescriptionExtractor {

// TODO POTEL: should we rely on the OTEL attributes, that are extracted in the exporter for the
// datafields?
// We are currently extracting some attributes and add it to the span info here
// In the `SentrySpanExporter` we extract all attributes and add it to the dataFields
@SuppressWarnings("deprecation")
public @NotNull OtelSpanInfo extractSpanInfo(
final @NotNull SpanData otelSpan, final @Nullable OtelSpanWrapper sentrySpan) {
Expand Down

0 comments on commit dc91b84

Please sign in to comment.