Skip to content

Commit a7004d0

Browse files
author
Ignacio Bonafonte
authored
Merge pull request #406 from open-telemetry/remove-service-namespace
Remove mis-use of service.namespace fixes #350
2 parents 65e1628 + df36734 commit a7004d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Instrumentation/SDKResourceExtension/ApplicationResourceProvider.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ public class ApplicationResourceProvider: ResourceProvider {
2525
attributes[ResourceAttributes.serviceVersion.rawValue] = AttributeValue.string(version)
2626
}
2727

28-
if let bundleId = applicationDataSource.identifier {
29-
attributes[ResourceAttributes.serviceNamespace.rawValue] = AttributeValue.string(bundleId)
30-
}
31-
3228
return attributes
3329
}
3430

0 commit comments

Comments
 (0)