Skip to content

Commit

Permalink
Set PollingNetworkStatusListener as the default NetworkStatusListener (
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell authored Aug 1, 2024
1 parent bf18a3a commit 09b14cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Sentry/SentryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1298,9 +1298,7 @@ public SentryOptions()
UriFormat.Unescaped)
);

#if PLATFORM_NEUTRAL
NetworkStatusListener = new PollingNetworkStatusListener(this);
#endif
}

/// <summary>
Expand Down

0 comments on commit 09b14cc

Please sign in to comment.