mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Only record crashes in release mode
This commit is contained in:
parent
30061b28b2
commit
98ebbfa83c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue