Skip to content

Commit

Permalink
Updaet
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed May 8, 2024
1 parent 8984d63 commit e294533
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class NativeAppStartIntegration extends Integration<SentryFlutterOptions> {
DateTime? appStartEndDateTime;

if (options.autoAppStart) {
print('in here: ${_native.appStartEnd}');
// We only assign the current time if it's not already set - this is useful in tests
_native.appStartEnd ??= options.clock();
appStartEndDateTime = _native.appStartEnd;
Expand Down

0 comments on commit e294533

Please sign in to comment.