Notes The New Relic tvOS agent is now deprecated. Please refer to the New Relic XCFramework Agent for tvOS support.
Improvements Added API to allow the agent data upload hosts to be set during agent start-up. ( +(void) startWithApplicationToken…
Fixes Removed deprecated use of NSURLConnection methods Improved ptr auth stripping in arm64e crashes.
Fixes Fixed build warnings related to the tvOS agent.
Fixes +[NewRelic recordHandledException:(NSException*)] will no longer accept exceptions that were not thrown.
Fixes dSYM upload script can handle paths with spaces in them.
Fixes Improved possible race-condition with accessing currentSessionId. Note: This release was built with Xcode11 and may be incompatible…
Fixes Fixed incorrect time units recorded for response time of network errors. It was reporting as milliseconds, and it was corrected to…
Improvements The NewRelic NSURLSessionTaskDelegate object now provides an isKindOfClass: method that presents as the wrapped class. This…
Improvements Bumped session attribute limit to 128 from 64. Fixes +recordCustomEvent:withName:attributes: no longer requires a dictionary…