Skip to content

Commit

Permalink
Update Sources/Sentry/SentryReachability.m
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Nov 4, 2024
1 parent ac50970 commit 930c619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryReachability.m
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{
SENTRY_LOG_DEBUG(
@"SentryConnectivityCallback called with target: %@; flags: %u", target, flags);
# if defined(TEST) || defined(TESTCI) | wai | defined(DEBUG)
# if defined(TEST) || defined(TESTCI) || defined(DEBUG)
if (sentry_reachability_ignore_actual_callback) {
SENTRY_LOG_DEBUG(@"Ignoring actual callback.");
return;
Expand Down

0 comments on commit 930c619

Please sign in to comment.