Skip to content

Commit

Permalink
Update span_frame_metrics_collector.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Oct 9, 2024
1 parent eb6c300 commit 4f5d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/src/span_frame_metrics_collector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class SpanFrameMetricsCollector implements PerformanceContinuousCollector {
}
});

// TODO: there's already a similar implementation in SentryNativeSafeInvoker
// TODO: there's already a similar implementation: [SentryNativeSafeInvoker]
// let's try to reuse it at some point
Future<void> _tryCatch(String methodName, Future<void> Function() fn) async {
try {
Expand Down

0 comments on commit 4f5d8e7

Please sign in to comment.