• /
  • Log in
  • Free account

Configure the New Relic Gradle plugin

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

variantMapsEnabled

Generate unique build IDs for each app variant. Default: true

uploadMapsForVariant

Specify which variant build types should report ProGuard maps to New Relic. Default: Release

excludeVariantInstrumentation

Exclude specific variants from instrumentation during builds. Default: 'None'

Here are some simple examples showing how to apply plugin configuration options to the agent:

Create issueEdit page
Copyright © 2022 New Relic Inc.