enableSentry

open fun enableSentry(sentryDns: String)

To enable sentry reporting past the sentry dns string to this function!

Parameters

sentryDns

The sentry dns string for error reporting to sentry.io!


open fun enableSentry(sentryDns: String, tracesSampleRate: Double, release: String)

To enable sentry reporting past the sentry dns string to this function!

Parameters

sentryDns

The sentry dns string for error reporting to sentry.io!

tracesSampleRate

https://docs.sentry.io/platforms/java/configuration/sampling/

release

https://docs.sentry.io/platforms/java/configuration/releases/