Skip to content

Commit df36734

Browse files
committed
Remove mis-use of service.namespace
fixes #350
1 parent 65e1628 commit df36734

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)