Skip to content

Commit

Permalink
fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 11, 2024
1 parent 9be8814 commit ab11fff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class NativeAppStartIntegration extends Integration<SentryFlutterOptions> {
try {
DateTime? appStartEnd;
if (options.autoAppStart) {
// ignore: invalid_use_of_internal_member
appStartEnd = options.clock();
} else if (_appStartEnd == null) {
await _appStartEndCompleter.future.timeout(
Expand Down

0 comments on commit ab11fff

Please sign in to comment.