Crash Reporting
Integrating Sentry Crash Reporting in Your KMM Application
class AndroidApp : Application() { override fun onCreate() { super.onCreate() CrashAnalytics(this).init(Credentials.Sentry.dsn.get()) } }
Last updated