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
debugPrint
message 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
, 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.
July 26, 2024
Flutter agent v1.1.1
Bug Fixes
iOS Platform Version Reporting
- Resolved an issue where the platform version was not being set correctly for iOS applications.
HTTP Instrumentation in RunZoneGuarded Context
- Fixed a problem where HTTP instrumentation was not functioning when the app and agent were started from within RunZoneGuarded.
July 22, 2024
Flutter agent v1.1.0
New Features
Application Exit Reporting
- Introduced ApplicationExitInfo in data reports
- Feature is enabled by default
Log Forwarding
- Added static API for sending logs to New Relic
- Toggle feature in mobile application's entity settings
Distributed Tracing Control
- Introduced new feature flag: distributedTracingEnabled
- Allows enabling/disabling of distributed tracing functionality
Enhancements
- Upgraded native Android agent to version 7.5.0
- Upgraded native iOS agent to version 7.5.0
May 31, 2024
Flutter agent v1.0.9
- Improvements
The native iOS Agent has been updated to version 7.4.11, bringing performance enhancements and bug fixes.
- New Features
A new backgroundReportingEnabled feature flag has been introduced to enable background reporting functionality. A new newEventSystemEnabled feature flag has been added to enable the new event system.