Skip to content

Commit 6de15f8

Browse files
committed
disable external storage collection
1 parent b0508a0 commit 6de15f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public final class SentryAndroidOptions extends SentryOptions {
122122
private boolean collectAdditionalContext = true;
123123

124124
/** Enables or disables collecting of external storage context. */
125-
private boolean collectExternalStorageContext = true;
125+
private boolean collectExternalStorageContext = false;
126126

127127
/**
128128
* Controls how many seconds to wait for sending events in case there were Startup Crashes in the

0 commit comments

Comments
 (0)