We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0b4d0 commit 13cc954Copy full SHA for 13cc954
Sources/DatadogSDKTesting/FrameworkLoadHandler.swift
@@ -58,9 +58,6 @@ public class FrameworkLoadHandler: NSObject {
58
if needsTestObserver, !disableTestInstrumenting {
59
testObserver = DDTestObserver()
60
testObserver?.startObserving()
61
- DispatchQueue.global().async {
62
- _ = DDTestMonitor.env
63
- }
64
DispatchQueue.global().async {
65
_ = DDTestMonitor.clock
66
}
0 commit comments