autoAppStart property

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

bool autoAppStart = true;