Skip to content

Commit

Permalink
feat: Exposes OpenTelemetryConcurrency target
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Aug 22, 2024
1 parent f745a64 commit a6e4278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let package = Package(
],
products: [
.library(name: "OpenTelemetryApi", type: .static, targets: ["OpenTelemetryApi"]),
.library(name: "OpenTelemetryConcurrency", type: .static, targets: ["OpenTelemetryConcurrency"]),
.library(name: "OpenTelemetrySdk", type: .static, targets: ["OpenTelemetrySdk"]),
.library(name: "SwiftMetricsShim", type: .static, targets: ["SwiftMetricsShim"]),
.library(name: "StdoutExporter", type: .static, targets: ["StdoutExporter"]),
Expand Down

0 comments on commit a6e4278

Please sign in to comment.