We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7024f37 commit 1549471Copy full SHA for 1549471
src/Sentry/Platforms/Android/SentrySdk.cs
@@ -60,7 +60,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
60
o.ServerName = options.ServerName;
61
o.SessionTrackingIntervalMillis = (long)options.AutoSessionTrackingInterval.TotalMilliseconds;
62
o.ShutdownTimeoutMillis = (long)options.ShutdownTimeout.TotalMilliseconds;
63
- o.SetNativeHandlerStrategy(JavaSdk.Android.Core.NdkHandlerStrategy.SentryHandlerStrategyChainAtStart);
+ o.SetNativeHandlerStrategy(JavaSdk.Android.Core.NdkHandlerStrategy.SentryHandlerStrategyDefault);
64
65
if (options.CacheDirectoryPath is { } cacheDirectoryPath)
66
{
0 commit comments