You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of version 1.11.0, OpenTelemetry-Swift support cocoapods.
39
+
Two pods are provided:
40
+
41
+
-`OpenTelemetry-Swift-Api`
42
+
43
+
-`OpenTelemetry-Swift-Sdk`
44
+
45
+
`OpenTelemetry-Swift-Api` is a dependency of `OpenTelemetry-Swift-Sdk`.
46
+
47
+
Most users will want to add the following to their pod file:
48
+
49
+
`pod 'OpenTelemetry-Swift-Sdk'`
50
+
51
+
This will add both the API and SDK. If you're only interesting in Adding the API add the following:
52
+
53
+
`pod 'OpenTelemetry-Swift-Api'`
54
+
36
55
## Documentation
37
56
38
57
Official documentation for the library can be found in the official opentelemetry [documentation page](https://opentelemetry.io/docs/instrumentation/swift/), including:
0 commit comments