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 b0508a0 commit 6de15f8Copy full SHA for 6de15f8
sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java
@@ -122,7 +122,7 @@ public final class SentryAndroidOptions extends SentryOptions {
122
private boolean collectAdditionalContext = true;
123
124
/** Enables or disables collecting of external storage context. */
125
- private boolean collectExternalStorageContext = true;
+ private boolean collectExternalStorageContext = false;
126
127
/**
128
* Controls how many seconds to wait for sending events in case there were Startup Crashes in the
0 commit comments