Improvements
Agent LogLevel Configuration
- Implemented the capability to define the agent log level as
verbose
,info
,warn
,debug
, orerror
through theloglevel
configuration. - The default log level is set to
debug
.
- Implemented the capability to define the agent log level as
Added CollectorAddress and CrashCollectorAddress Configuration
- Introduced functionality to specify the collector address and crash collector address by utilizing the
collectorAddress
andcrashCollectorAddress
configuration options.
- Introduced functionality to specify the collector address and crash collector address by utilizing the
Added Support For Applying Gradle Plugin Using Plugins DSL
- Added support for applying the New Relic Gradle plugin using the plugins DSL in the
build.gradle
file.
- Added support for applying the New Relic Gradle plugin using the plugins DSL in the
Bug Fixes
- Resolved an issue where the interactionTracing Feature Flag failed to prevent the collection of auto interaction metrics.