Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Oct 24, 2024
1 parent 9bb14ad commit 0969b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/lib/src/sentry_redaction_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../sentry_flutter.dart';
import 'screenshot/masking_config.dart';
import 'screenshot/widget_filter.dart';

/// Configuration of the experimental screenshot feature.
/// Configuration of the experimental redaction feature.
class SentryRedactingOptions {
/// Mask all text content. Draws a rectangle of text bounds with text color
/// on top. Currently, only [Text] and [EditableText] Widgets are redacted.
Expand Down
1 change: 0 additions & 1 deletion flutter/lib/src/sentry_screenshot_options.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';


import '../sentry_flutter.dart';

/// Configuration of the screenshot feature.
Expand Down

0 comments on commit 0969b7b

Please sign in to comment.