Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 25, 2024
1 parent 2c6c1c2 commit 54e4e7c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class FramesTrackingIntegration implements Integration<SentryFlutterOptions> {
_options = options;

void abortInitWith({required String reason}) {
options.logger(SentryLevel.debug, 'Frames tracking disabled: $reason.');
options.logger(SentryLevel.debug,
'$FramesTrackingIntegration is disabled: $reason.');
}

if (!options.enableFramesTracking) {
Expand Down

0 comments on commit 54e4e7c

Please sign in to comment.