Only record crashes in release mode

pull/53/head
Niels Andriesse 6 years ago
parent 30061b28b2
commit 98ebbfa83c

@ -359,7 +359,10 @@ static NSTimeInterval launchStartedAt;
NSDictionary *properties = @{ @"configuration" : LKBuildConfiguration.current };
[Mixpanel.sharedInstance track:event properties:properties];
};
#if DEBUG
#else
[FIRApp configure];
#endif
return YES;
}

Loading…
Cancel
Save