October 18
Flutter agent v1.1.5
Updates
- Updated the underlying native Android agent to version 7.6.1 for improved performance and compatibility.
October 10
Flutter agent v1.1.4
Updates
- Updated the underlying native iOS agent to version 7.5.2 for improved performance and compatibility.
September 16
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
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
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
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
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.
March 22
Flutter agent v1.0.8
- Updated the native iOS agent to version 7.4.10.
March 6
Flutter agent v1.0.7
New in this release
- Introduced
setMaxOfflineStorageSize
API: This new API allows the user to determine the maximum volume of data that can be stored locally. This aids in better management and control of local data storage. - Added the ability to store harvest data that previously would be lost if the application doesn't have internet connection. These harvest are then sent after an internet connection is established and the next harvest successfully uploads. This feature is enabled by default.
- Updated the native Android agent to version 7.3.0.
- Updated the native iOS agent to version 7.4.9.
- Included fixes for Go Router instrumentation
December 20, 2023
Flutter agent v1.0.6
New in this release
- Adds configurable request header instrumentation to network events The agent will now produce network event attributes for select header values if the headers are detected on the request. The header names to instrument are passed into the agent when started.
- Updated the native Android agent to version 7.2.0.
- Updated the native iOS agent to version 7.4.8.