Skip to content

Commit fdcbcc6

Browse files
committed
fix type
1 parent 274a761 commit fdcbcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LaunchDarklyObservability/Plugin/Observability.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)