August 1, 2024
Unity agent v1.4.0
New Features
Application Exit Information
- Added
ApplicationExitInfo
to data reporting - Enabled by default
Log forwarding to New Relic:
- Implement static API for sending logs to New Relic
- Can be enabled/disabled in your mobile application's entity settings page
Improvements
- Native Android agent updated to version 7.5.0
- Native iOS agent updated to version 7.5.0
May 31, 2024
Unity agent v1.3.6
- 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.
- Bug Fixes Resolved a problem where customers encountered a mono linker build failure when using the New Relic agent.
May 1, 2024
Unity agent v1.3.5
- To address the issue of crashes occurring when using the NoticeFailure method on background threads, we have added StartTime and EndTime parameters to the method. This enhancement should prevent such crashes from happening.
- Upgraded native iOS Agent to 7.4.11
- Upgraded native Android Agent to 7.3.0
March 22, 2024
Unity agent v1.3.4
- Upgraded native iOS agent to 7.4.10: Offers performance upgrades and bug fixes.
February 22, 2024
Unity agent v1.3.1
New in this release
- Resolved an issue in
UnityWebRequest
instrumentation wherecallvirt
instructions were erroneously replaced withcall
instructions.
January 30, 2024
Unity agent v1.3.0
- Resolved an issue with the application framework that was causing unexpected behavior.
- Fixed a bug in the application log received handler, ensuring accurate and reliable logging.
- Addressed a build issue that was causing problems with the iOS app.
January 2, 2024
Unity agent v1.0.0
🎉🎊 Presenting the new New Relic SDK for Unity:
- Allows instrumenting Unity apps and getting valuable insights in the New Relic UI.
- Features: request tracking, error/crash reporting, distributed tracing, info points, and many more. Thoroughly maintained and ready for production.