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 8c9fb7f commit 229b36dCopy full SHA for 229b36d
src/Sentry/Platforms/Android/SentrySdk.cs
@@ -62,7 +62,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
62
o.ServerName = options.ServerName;
63
o.SessionTrackingIntervalMillis = (long)options.AutoSessionTrackingInterval.TotalMilliseconds;
64
o.ShutdownTimeoutMillis = (long)options.ShutdownTimeout.TotalMilliseconds;
65
- o.SetNativeHandlerStrategy(JavaSdk.Android.Core.NdkHandlerStrategy.SentryHandlerStrategyDefault);
+ o.SetNativeHandlerStrategy(JavaSdk.Android.Core.NdkHandlerStrategy.SentryHandlerStrategyChainAtStart);
66
67
if (options.CacheDirectoryPath is { } cacheDirectoryPath)
68
{
0 commit comments