autoAppStart property

  1. @Deprecated('Will be removed in v9. In order to disable app starts disable it via option.removeIntegration(...) instead')
bool autoAppStart
getter/setter pair

Automatically track app start measurement and send it with the first transaction. Set to false when configuring option to disable or if you want to set the end time of app startup manually using SentryFlutter.setAppStartEnd.

Implementation

@Deprecated(
    'Will be removed in v9. In order to disable app starts disable it via option.removeIntegration(...) instead')
bool autoAppStart = true;