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 fb53d97 commit cce35c6Copy full SHA for cce35c6
Sources/Sentry/SentryDependencyContainer.m
@@ -8,7 +8,6 @@
8
#import <SentryDebugImageProvider.h>
9
#import <SentryDefaultCurrentDateProvider.h>
10
#import <SentryDependencyContainer.h>
11
-#import <SentryDispatchQueueWrapper.h>
12
#import <SentryHub.h>
13
#import <SentryNSNotificationCenterWrapper.h>
14
#import <SentrySDK+Private.h>
@@ -204,7 +203,7 @@ - (SentryANRTracker *)getANRTracker:(NSTimeInterval)timeout
204
203
initWithTimeoutInterval:timeout
205
currentDateProvider:[SentryDefaultCurrentDateProvider sharedInstance]
206
crashWrapper:self.crashWrapper
207
- dispatchQueueWrapper:[[SentryDispatchQueueWrapper alloc] init]
+ dispatchQueueWrapper:self.dispatchQueueWrapper
208
threadWrapper:self.threadWrapper];
209
}
210
0 commit comments