Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Aug 31, 2023
1 parent e6d229c commit 8531558
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dart/lib/src/protocol/sentry_trace_context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ class SentryTraceContext {
return SentryTraceContext(
traceId: propagationContext.traceId,
spanId: propagationContext.spanId,
parentSpanId: propagationContext.parentSpanId,
sampled: propagationContext.sampled,
operation: 'default',
);
}
Expand Down

0 comments on commit 8531558

Please sign in to comment.