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 c480561 commit 0c9fa36Copy full SHA for 0c9fa36
Sources/OpenTelemetryApi/Context/ActivityContextManager.swift
@@ -43,7 +43,7 @@ import Foundation
43
var contextValue: AnyObject?
44
rlock.lock()
45
46
- guard let context = contextMap[activityIdent] ?? contextMap[parentIdent] ?? contextMap.first?.value
+ guard let context = contextMap[activityIdent] ?? contextMap[parentIdent]
47
else {
48
rlock.unlock()
49
return nil
0 commit comments