We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae5d45d + 0c74645 commit ccc79e9Copy full SHA for ccc79e9
Package.swift
@@ -7,7 +7,8 @@ let package = Package(
7
.library(name: "BaggageLogging", targets: ["BaggageLogging"]),
8
.library(name: "Instrumentation", targets: ["Instrumentation"]),
9
.library(name: "TracingInstrumentation", targets: ["TracingInstrumentation"]),
10
- .library(name: "NIOInstrumentation", targets: ["NIOInstrumentation"])
+ .library(name: "NIOInstrumentation", targets: ["NIOInstrumentation"]),
11
+ .library(name: "OpenTelemetryInstrumentationSupport", targets: ["OpenTelemetryInstrumentationSupport"])
12
],
13
dependencies: [
14
.package(
0 commit comments