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 e0bb3ab commit 8a4fed7Copy full SHA for 8a4fed7
flutter/lib/src/profiling.dart
@@ -50,6 +50,7 @@ class NativeProfilerFactory implements ProfilerFactory {
50
return NativeProfiler(_native, startTime, context.traceId, _clock);
51
}
52
53
+
54
// ignore: invalid_use_of_internal_member
55
class NativeProfiler implements Profiler {
56
final SentryNative _native;
0 commit comments