May 8
Flutter agent v1.1.11
개량
- 네이티브 안드로이드 에이전트가 7.6.6 버전으로 업데이트되었습니다.
 - 네이티브 iOS 에이전트가 7.5.5 버전으로 업데이트되었습니다.
 
March 31
Flutter agent v1.1.10
Improvements
- Native Android agent updated to version 7.6.5.
 
March 17
Flutter agent v1.1.9
Improvements
- Native iOS agent updated to version 7.5.4.
 
February 21
Flutter agent v1.1.8
Improvements
- Native Android agent updated to version 7.6.4
 
January 8
Flutter agent v1.1.7
Improvements
- Added CrashNow Method for testing crash reporting.
 
December 10, 2024
Flutter agent v1.1.6
Improvements
- Native Android agent updated to version 7.6.2
 - Native iOS agent updated to version 7.5.3
 
October 18, 2024
Flutter agent v1.1.5
Updates
- Updated the underlying native Android agent to version 7.6.1 for improved performance and compatibility.
 
October 10, 2024
Flutter agent v1.1.4
Updates
- Updated the underlying native iOS agent to version 7.5.2 for improved performance and compatibility.
 
September 16, 2024
Flutter agent v1.1.3
Bug Fixes
- Added null check for 
debugPrintmessage to prevent potential crashes. - Fixed an issue where record metrics were incorrectly sending a count of 0.
 
Updates
- Updated the underlying native Android agent to version 7.6.0 for improved performance and compatibility.
 
August 21, 2024
Flutter agent v1.1.2
Improvements
Agent LogLevel Configuration
- Implemented the capability to define the agent log level as 
verbose,info,warn,debug, orerrorthrough theloglevelconfiguration. - 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 
collectorAddressandcrashCollectorAddressconfiguration 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.gradlefile. 
- 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.