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 67d27f5 + 9f403ac commit 19a2d0eCopy full SHA for 19a2d0e
Package.swift
@@ -59,16 +59,19 @@ let package = Package(
59
exclude: ["README.md"]),
60
.target(name: "URLSessionInstrumentation",
61
dependencies: ["OpenTelemetrySdk"],
62
- path: "Sources/Instrumentation/URLSession"),
+ path: "Sources/Instrumentation/URLSession",
63
+ exclude: ["README.md"]),
64
.target(name: "OpenTracingShim",
65
dependencies: ["OpenTelemetrySdk",
66
"Opentracing"],
- path: "Sources/Importers/OpenTracingShim"),
67
+ path: "Sources/Importers/OpenTracingShim",
68
69
.target(name: "SwiftMetricsShim",
70
71
.product(name: "NIO", package: "swift-nio"),
72
.product(name: "CoreMetrics", package: "swift-metrics")],
- path: "Sources/Importers/SwiftMetricsShim"),
73
+ path: "Sources/Importers/SwiftMetricsShim",
74
75
.target(name: "JaegerExporter",
76
77
.product(name: "Thrift", package: "Thrift")],
0 commit comments