• English日本語한국어
  • Log inStart now

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 Gradle build 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'

excludePackageInstrumentation

Exclude specific classes whose package name starts with or includes class name patterns from instrumentation during builds. This feature can help when encountering sensitive or problematic class data. Default: 'None'

Supported when used with Gradle 7.4 and higher.

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

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.