Skip to content

Commit

Permalink
Exposes OpenTelemetryConcurrency target (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Aug 29, 2024
1 parent f745a64 commit 0b7ca90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ fastlane/test_output

iOSInjectionProject/

# VSCode
.vscode/*

.DS_Store
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 0b7ca90

Please sign in to comment.