Hello community!
I'm running into an issue where crash-free session data is not showed in Sentry for my iOS apps.
As I understand it, the release version is automatically set the release number and to enabled the release-health I do not need to do any extra stuffs.
SentrySDK.start { options in
options.dsn = ""
options.debug = true
options.tracesSampleRate = 1.0
options.profilesSampleRate = 1.0
}
I am using latest version of SDK.