Skip to content

Commit 13cc954

Browse files
author
Nacho Bonafonte
committed
Avoid early initialization of environment values, it may crash
1 parent cd0b4d0 commit 13cc954

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/DatadogSDKTesting/FrameworkLoadHandler.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ public class FrameworkLoadHandler: NSObject {
5858
if needsTestObserver, !disableTestInstrumenting {
5959
testObserver = DDTestObserver()
6060
testObserver?.startObserving()
61-
DispatchQueue.global().async {
62-
_ = DDTestMonitor.env
63-
}
6461
DispatchQueue.global().async {
6562
_ = DDTestMonitor.clock
6663
}

0 commit comments

Comments
 (0)