I have been asked to look at adding Sentry Application Monitoring to a b4a app.
The Sentry SDK says that the first step is to:
Obviously this is for a native android application and not a b4a application.
Does a b4a application contain a configuration file where I can add the 'Sentry Android Gradle plugin'?
The Sentry SDK says that the first step is to:
Update your app's build.gradle file with the Sentry Gradle plugin and configure it.
B4X:
plugins {
id "com.android.application" // should be in the same module
id "io.sentry.android.gradle" version "5.9.0"
}
Does a b4a application contain a configuration file where I can add the 'Sentry Android Gradle plugin'?