Releases: embrace-io/embrace-apple-sdk
Releases · embrace-io/embrace-apple-sdk
6.1.0
6.0.0
Features
- Initial release of the 6.0.0 SDK.
- This major version introduces a new core architecture focusing on:
- OpenTelemetry Tracing and Logging at its core.
- Persistence in SQLite using GRDB
- Swift-first interface for developers of Apple platforms
- Automatic Instrumentation of:
- Application Crash Reports
- Network Requests
- Device Low Power Mode
- Application Memory Warnings
- UIViewController appearance
- User Tap Gestures
- Manual instrumentation using:
- Spans for Performance Tracing
- Log messages
- Breadcrumbs
- Allows for generic export of Traces and Logs via the protocols in the OpenTelemetrySdk.
- Allows for custom Automatic Instrumentation via
CaptureServicesubclasses