From 0969b7b9f65e0bcfab250da21f33933cd07a53ba Mon Sep 17 00:00:00 2001 From: Martin Haintz Date: Thu, 24 Oct 2024 17:18:29 +0200 Subject: [PATCH] fix comments --- flutter/lib/src/sentry_redaction_options.dart | 2 +- flutter/lib/src/sentry_screenshot_options.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flutter/lib/src/sentry_redaction_options.dart b/flutter/lib/src/sentry_redaction_options.dart index 0438cf3d85..cd33a0a144 100644 --- a/flutter/lib/src/sentry_redaction_options.dart +++ b/flutter/lib/src/sentry_redaction_options.dart @@ -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. diff --git a/flutter/lib/src/sentry_screenshot_options.dart b/flutter/lib/src/sentry_screenshot_options.dart index 30eaf7122b..66aae00b11 100644 --- a/flutter/lib/src/sentry_screenshot_options.dart +++ b/flutter/lib/src/sentry_screenshot_options.dart @@ -1,6 +1,5 @@ import 'dart:async'; - import '../sentry_flutter.dart'; /// Configuration of the screenshot feature.