Swiftpack.co - Swift Packages by newrelic

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by newrelic

newrelic/newrelic-ios-agent-spm 7.4.10
This repository hosts the Swift Package Manager deployment of the iOS agent
⭐️ 13
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
7.4.10
2 weeks ago
**Fixed in this release** Fixed a bug that caused some distributed tracing headers not being attached to network events. Fixed the offline attribute not being added in the old event system. Fixed an unrecognized selector crash in the react native agent for iOS 13 & 14 devices.
7.4.9
7 weeks ago
**Fixed in this release** - Fixed events maximum buffer size not maintaining after backgrounding. - Fixed issue when /connect has a missing harvest configuration. **Other notes** - Added the ability to store harvests that previously would be lost if the application doesn't have internet connection. - Use the `+ (void) setMaxOfflineStorageSize:(unsigned int)megaBytes;` api to set the maximum amount of data that can be stored locally. [More info](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/set-max-offline-storage/)
7.4.8
18 weeks ago
Fixed in this release * Fixes async requests so they appear in distributed tracing. * Adds NRFeatureFlag_NewEventSystem feature flag. Enable this flag to use our new, more stable, event system for iOS agent: ``` NewRelic.enableFeatures([NRMAFeatureFlags.NRFeatureFlag_NewEventSystem]) ``` * Adds configurable request header instrumentation to network events: - The agent will now produce network event attributes for select header values if it detects headers on the request. The header names to instrument pass into the agent when started. - For more information, see [Adding Tracked Headers](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/add-tracked-headers/) in the Mobile Monitoring documentation. * Adds GraphQL attributes to network events: - If the agent detects request headers from Apollo GraphQL servers, it will add additional attributes to the network request event. - For more information, see [Adding Tracked Headers](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/add-tracked-headers/) in the Mobile Monitoring documentation.
7.4.7
28 weeks ago
## Fixed in this release * Fixed required privacy manifest for iOS 17. ## Other notes With this release the dsym-upload-tools are no longer included inside the XCFramework. The dsym-upload-tools are available in the dsym-upload-tools folder of the https://github.com/newrelic/newrelic-ios-agent-spm Swift Package Manager repository. Please copy this dsym-upload-tools directory to your applications source code directory if you are integrating the New Relic iOS Agent by copying XCFramework into project or using cocoapods. Please use the run script below in your Xcode build phases to perform symbol upload steps during app builds in Xcode. ``` ARTIFACT_DIR="${BUILD_DIR%Build/*}" SCRIPT=`/usr/bin/find "${SRCROOT}" "${ARTIFACT_DIR}" -type f -name run-symbol-tool | head -n 1` /bin/sh "${SCRIPT}" "APP_TOKEN" ```
7.4.6
38 weeks ago
## Fixed in this release * Fixed framework signing to be compatible with Xcode 15. * Fixed compatibility with RxWebKit. ### Other notes * With this release the dsym-upload-tools are no longer included inside the XCFramework. The dsym-upload-tools are available in the `dsym-upload-tools` folder of the `https://github.com/newrelic/newrelic-ios-agent-spm` Swift Package Manager repository. Please copy this dsym-upload-tools directory to your applications source code directory if you are integrating the New Relic iOS Agent by copying XCFramework into project or using cocoapods. Please use the run script below in your Xcode build phases to perform symbol upload steps during app builds in Xcode. ``` ARTIFACT_DIR="${BUILD_DIR%Build/*}" SCRIPT=`/usr/bin/find "${SRCROOT}" "${ARTIFACT_DIR}" -type f -name run-symbol-tool | head -n 1` /bin/sh "${SCRIPT}" "APP_TOKEN" ```
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics