File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/LaunchDarklyObservability/Plugin Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public final class Observability: Plugin {
2424 resourceAttributes [ SemanticConvention . highlightProjectId] = . string( mobileKey)
2525 resourceAttributes [ SemanticConvention . serviceName] = . string( options. serviceName)
2626 resourceAttributes [ SemanticConvention . serviceVersion] = . string( options. serviceVersion)
27- resourceAttributes [ SemanticConvention . telemetryDistroName] = " swift-launchdarkly-observability "
27+ resourceAttributes [ SemanticConvention . telemetryDistroName] = . string ( " swift-launchdarkly-observability " )
2828 resourceAttributes [ SemanticConvention . telemetryDistroVersion] = . string( sdkVersion)
2929
3030 customHeaders [ SemanticConvention . highlightProjectId] = mobileKey
You can’t perform that action at this time.
0 commit comments