Skip to content

Commit ccd2b32

Browse files
committed
Update docs
1 parent f3ec9ba commit ccd2b32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

flutter/lib/src/sentry_flutter_options.dart

+6-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,12 @@ class SentryFlutterOptions extends SentryOptions {
213213
@experimental
214214
bool attachViewHierarchy = false;
215215

216-
/// Enables reporting information of identifiers of the view hierarchy.
217-
/// This might contain sensitive information.
216+
/// Enables collection of view hierarchy element identifiers.
217+
///
218+
/// Identifiers are extracted from widget keys.
219+
/// Disable this flag if your widget keys contain sensitive data.
220+
///
221+
/// Default: `true`
218222
bool reportViewHierarchyIdentifiers = true;
219223

220224
/// When enabled, the SDK tracks when the application stops responding for a

0 commit comments

Comments
 (0)