Skip to content

Commit 1a74959

Browse files
committed
Change readme
1 parent 68f75b2 commit 1a74959

File tree

2 files changed

+9
-495
lines changed

2 files changed

+9
-495
lines changed

Package.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ let package = Package(
5050
.target(name: "Tracing"),
5151
]
5252
),
53+
.testTarget(
54+
name: "TracingLegacyTests",
55+
dependencies: [
56+
.target(name: "Tracing"),
57+
.product(name: "InstrumentationBaggage", package: "swift-service-context"),
58+
]
59+
),
5360

5461
// ==== --------------------------------------------------------------------------------------------------------
5562
// MARK: Performance / Benchmarks

0 commit comments

Comments
 (0)