Field and Description |
---|
io.sentry.android.core.BuildConfig.APPLICATION_ID
APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
|
Method and Description |
---|
io.sentry.android.core.SentryAndroidOptions.getAnrTimeoutIntervalMills()
use
, #getAnrTimeoutIntervalMillis instead. |
io.sentry.android.core.SentryAndroidOptions.setAnrTimeoutIntervalMills(long)
use
, #setAnrTimeoutIntervalMillis instead. |