Measure Length of App Sessions (Mobile)

Our iOS app has a very long app session length. It has a bluetooth device that will keep the app alive in the background potentially for days. We are looking to discover how long our average session length for our users.

Could this be tracked if I placed [SentrySDK startSession]; and [SentrySDK endSession]; in our app delegate at didFinishLaunchingWithOptions and applicationWillTerminate. I am curious though is there a way to see this information in the Sentry dashboard as well?