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 322c174 + 2c42794 commit e8b5cdcCopy full SHA for e8b5cdc
Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.m
@@ -43,7 +43,7 @@ - (void)start {
43
}
44
// Require setup with the trackingId.
45
NSString *trackingId = [self.settings objectForKey:@"mobileTrackingId"];
46
- [[GAI sharedInstance] trackerWithTrackingId:trackingId];
+ [[GAI sharedInstance] setDefaultTracker:[[GAI sharedInstance] trackerWithTrackingId:trackingId]];
47
48
// Optionally turn on uncaught exception tracking.
49
NSString *reportUncaughtExceptions = [self.settings objectForKey:@"reportUncaughtExceptions"];
0 commit comments