We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ec9ba commit ccd2b32Copy full SHA for ccd2b32
flutter/lib/src/sentry_flutter_options.dart
@@ -213,8 +213,12 @@ class SentryFlutterOptions extends SentryOptions {
213
@experimental
214
bool attachViewHierarchy = false;
215
216
- /// Enables reporting information of identifiers of the view hierarchy.
217
- /// This might contain sensitive information.
+ /// Enables collection of view hierarchy element identifiers.
+ ///
218
+ /// Identifiers are extracted from widget keys.
219
+ /// Disable this flag if your widget keys contain sensitive data.
220
221
+ /// Default: `true`
222
bool reportViewHierarchyIdentifiers = true;
223
224
/// When enabled, the SDK tracks when the application stops responding for a
0 commit comments