Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 6, 2023
1 parent 70ca3cf commit 7fa081e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Sentry/SentryBreadcrumbTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ - (void)startWithDelegate:(id<SentryBreadcrumbDelegate>)delegate
_delegate = delegate;
[self addEnabledCrumb];
[self trackApplicationUIKitNotifications];
#if !TARGET_OS_WATCH
[self trackNetworkConnectivityChanges];
#endif // !TARGET_OS_WATCH
}

- (void)startSwizzle
Expand Down

0 comments on commit 7fa081e

Please sign in to comment.