New feature
- Updated the XCFramework build configuration to target a minimum deployment version of iOS 15.0 and tvOS 15.0, aligning with documented minimum platform requirements.
Bug fixes
Resolved a crash (
SIGSEGVwithinobjc_msgSend) occurring during harvest configuration reads. Eight object properties onNRMAHarvesterConfigurationdeclared asassignretained dangling pointers after autorelease pool drainage from the/connectresponse orNSUserDefaultsdictionary.Resolved an issue where all activity traces were dropped for a session when the
/connectresponse omitted theat_captureattribute.Corrected the
platformvalue reported with React Native errors to report asReactNative.Fixed the
agentVersionfield in the JavaScript error payload to accurately report the iOS agent version rather than the host platform version.Updated custom attribute validation: Passing an
NSArrayorNSDictionaryobject as an event attribute now logs an explicit error identifying the unsupported type, replacing the generic"value must be an NSString, NSNumber, or BOOL"warning message.