class SentryPlugin extends java.lang.Object
| Type | Name and description |
|---|---|
static java.lang.String |
GROUP_NAME |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project) |
|
static java.lang.String |
getDebugMetaPropPath(org.gradle.api.Project project, com.android.build.gradle.api.ApplicationVariant variant)Returns the path to the debug meta properties file for the given variant. |
|
static org.gradle.api.Task |
getDexTask(org.gradle.api.Project project, com.android.build.gradle.api.ApplicationVariant variant)Returns the dex task for the given project and variant. |
|
static org.gradle.api.Task |
getProguardTask(org.gradle.api.Project project, com.android.build.gradle.api.ApplicationVariant variant)Returns the proguard task for the given project and variant. |
|
static java.lang.String |
getSentryCli(org.gradle.api.Project project)Return the correct sentry-cli executable path to use for the given project. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns the path to the debug meta properties file for the given variant.
Returns the dex task for the given project and variant.
Returns the proguard task for the given project and variant.
Return the correct sentry-cli executable path to use for the given project. This will look for a sentry-cli executable in a local node_modules in case it was put there by sentry-react-native or others before falling back to the global installation.