The New Relic Gradle plugin extension allows you to configure the behavior of plugin tasks executed during Gradle builds. Create a plugin extension in the build.gradle
files that apply the New Relic plugin, then add any of the following configuration options:
Config option | Description |
---|---|
| Generate unique build IDs for each app variant. Default: |
| Specify which variant build types should report ProGuard maps to New Relic. Default: |
| Exclude specific variants from instrumentation during builds. Default: 'None' |
Here are some simple examples showing how to apply plugin configuration options to the agent: