Skip to content

Commit 311984d

Browse files
Add missing options for Flutter (#6503)
Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
1 parent 5f28d4c commit 311984d

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ _(New in version 6.0.0)_
436436

437437
</ConfigKey>
438438

439+
<ConfigKey name="screenshot-quality" supported={["unity", "dotnet.xamarin", "flutter"]}>
440+
441+
The quality of the attached screenshot.
442+
443+
</ConfigKey>
444+
439445
<ConfigKey name="attach-viewhierarchy" supported={["apple.ios", "flutter", "android", "react-native"]}>
440446

441447
Renders a JSON represention of the entire view hierarchy of the application when an error happens and includes it as an attachment.
@@ -757,7 +763,7 @@ An optional property that configures which downstream services receive the `sent
757763

758764
</ConfigKey>
759765

760-
<ConfigKey name="trace-propagation-targets" supported={["node", "apple"]}>
766+
<ConfigKey name="trace-propagation-targets" supported={["node", "apple", "dart", "flutter", "java"]}>
761767

762768
An optional property that controls which downstream services receive tracing data, in the form of a `sentry-trace` and a `baggage` header attached to any outgoing HTTP requests.
763769

@@ -928,4 +934,28 @@ Set this boolean to `false` to disable automatic app start tracking.
928934

929935
</ConfigKey>
930936

937+
<ConfigKey name="enableAutoNativeBreadcrumbs" supported={["flutter"]}>
938+
939+
Set this boolean to `false` to disable automatic breadcrumbs on the Native platforms.
940+
941+
</ConfigKey>
942+
943+
<ConfigKey name="enableUserInteractionBreadcrumbs" supported={["flutter"]}>
944+
945+
Set this boolean to `false` to disable automatic User Interactions breadcrumbs.
946+
947+
</ConfigKey>
948+
949+
<ConfigKey name="enableUserInteractionTracing" supported={["flutter"]}>
950+
951+
Set this boolean to `false` to disable automatic User Interactions tracing.
952+
953+
</ConfigKey>
954+
955+
<ConfigKey name="proguardUuid" supported={["flutter"]}>
956+
957+
Sets the Proguard uuid for Android platform
958+
959+
</ConfigKey>
960+
931961
</PlatformSection>

0 commit comments

Comments
 (0)