We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e1628 commit df36734Copy full SHA for df36734
Sources/Instrumentation/SDKResourceExtension/ApplicationResourceProvider.swift
@@ -25,10 +25,6 @@ public class ApplicationResourceProvider: ResourceProvider {
25
attributes[ResourceAttributes.serviceVersion.rawValue] = AttributeValue.string(version)
26
}
27
28
- if let bundleId = applicationDataSource.identifier {
29
- attributes[ResourceAttributes.serviceNamespace.rawValue] = AttributeValue.string(bundleId)
30
- }
31
-
32
return attributes
33
34
0 commit comments