Skip to content

Commit

Permalink
chore: fix sentry bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elihwyma committed Jun 2, 2023
1 parent d78b22c commit b73bbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zebra/ZBAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ - (void)_configureErrorReporting {
static SentryEvent *eventPendingReport = nil;
[SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
options.dsn = SENTRY_DSN;
options.enableWatchdogTerminationTracking = NO;
options.enableOutOfMemoryTracking = NO;
options.beforeSend = ^SentryEvent * _Nullable (SentryEvent *event) {
switch ([ZBSettings sendErrorReports]) {
case ZBSendErrorReportsUnspecified:
Expand Down

0 comments on commit b73bbee

Please sign in to comment.