We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76bdc5 commit fd3cc73Copy full SHA for fd3cc73
flutter/lib/src/span_frame_metrics_collector.dart
@@ -78,7 +78,6 @@ class SpanFrameMetricsCollector implements PerformanceContinuousCollector {
78
79
@override
80
Future<void> onSpanFinished(ISentrySpan span, DateTime endTimestamp) async {
81
- print(displayRefreshRate);
82
if (span is NoOpSentrySpan ||
83
!activeSpans.contains(span) ||
84
displayRefreshRate == null) return;
0 commit comments