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.
2 parents ac6d6ed + 9774271 commit 29e456aCopy full SHA for 29e456a
Analytics/Integrations/Crittercism/SEGCrittercismIntegration.m
@@ -26,7 +26,9 @@ - (id)init {
26
- (void)start
27
{
28
NSString *appId = [self.settings objectForKey:@"appId"];
29
- [Crittercism enableWithAppID:appId];
+ CrittercismConfig* config = [CrittercismConfig defaultConfig];
30
+ [config setMonitorUIWebView:[(NSNumber *)[self.settings objectForKey:@"monitorWebView"] boolValue]];
31
+ [Crittercism enableWithAppID:appId andConfig:config];
32
SEGLog(@"CrittercismIntegration initialized.");
33
}
34
0 commit comments