Skip to content

Releases: embrace-io/embrace-apple-sdk

6.1.0

20 Jul 15:01
90cf49c

Choose a tag to compare

Release 6.1 (#268)

* Fixed compiling issues on tvOS

* Removed unnecssary files

* Rollbacked codecov@v4 to v3

6.0.0

20 Jul 14:59
19eea28

Choose a tag to compare

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 CaptureService subclasses