opentelemetry-swift

1.13.1

Builds and distribute opentelemetry-swift packages as XCFramework, Cocoapods and Carthage.
DataDog/opentelemetry-swift-packages

What's New

1.13.1

2025-03-31T08:28:15Z
  • Checksums:
    • OpenTelemetryApi.zip: 8c689147db20f3ba581fbfdda29c5d3d694bb84f

opentelemetry-swift-packages

This repository provides multiple distribution options (XCFramework, CocoaPods, Carthage, and SwiftPM) for the OpenTelemetryApi library from opentelemetry-swift. It is tailored for the iOS platform versions supported by dd-sdk-ios.

It also hosts an API-only SwiftPM package to let SPM users integrate the OpenTelemetry API without pulling in the entire OpenTelemetry dependency tree. Versions here follow the official releases of opentelemetry-swift and maintain the same versioning scheme.

Installation

You can integrate OpenTelemetryApi using one of the following methods:

XCFramework

Download the .zip file containing the OpenTelemetryApi.xcframework from the Releases page and add it to your project.

CocoaPods

pod 'OpenTelemetrySwiftApi', '~> 1.13.0'

Carthage

binary "https://raw.githubusercontent.com/DataDog/opentelemetry-swift-packages/main/OpenTelemetryApi.json" ~> 1.13.0

SPM

.package(url: "https://github.com/DataDog/opentelemetry-swift-packages.git", .upToNextMinor(from: "1.13.0")),

Contributing

Before considering contributions to the project, please take a moment to read our brief contribution guidelines.

Release Process

For detailed instructions on how to release a new version of OpenTelemetryApi in this repo, refer to the Release Workflow.

License

Apache License, v2.0

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue May 20 2025 06:04:51 GMT-0900 (Hawaii-Aleutian Daylight Time)