Skip to content

Commit 921aacf

Browse files
author
Ignacio Bonafonte
authored
Merge pull request #216 from nachoBonafonte/main
SignPostIntegration: Support also being used in iOS and tvOS
2 parents 362de5a + 2dc372a commit 921aacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Instrumentation/SignPostIntegration/SignPostIntegration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import OpenTelemetryApi
99
import OpenTelemetrySdk
1010

1111
/// A span processor that decorates spans with the origin attribute
12-
@available(macOS 10.14, *)
12+
@available(macOS 10.14, iOS 12.0, tvOS 12.0, *)
1313
public class SignPostIntegration: SpanProcessor {
1414
public let isStartRequired = true
1515
public let isEndRequired = true

0 commit comments

Comments
 (0)