Skip to content

Commit 0c74645

Browse files
committed
Export OpenTelemetryInstrumentationSupport library 📦
1 parent ae5d45d commit 0c74645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ let package = Package(
77
.library(name: "BaggageLogging", targets: ["BaggageLogging"]),
88
.library(name: "Instrumentation", targets: ["Instrumentation"]),
99
.library(name: "TracingInstrumentation", targets: ["TracingInstrumentation"]),
10-
.library(name: "NIOInstrumentation", targets: ["NIOInstrumentation"])
10+
.library(name: "NIOInstrumentation", targets: ["NIOInstrumentation"]),
11+
.library(name: "OpenTelemetryInstrumentationSupport", targets: ["OpenTelemetryInstrumentationSupport"])
1112
],
1213
dependencies: [
1314
.package(

0 commit comments

Comments
 (0)