From b1562b4fc0198e72570f49efd8652f63dd15afc2 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Wed, 13 Apr 2022 08:31:45 +0200 Subject: [PATCH] chore: editor UI changes --- src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs b/src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs index 912b811ef..46ff488cc 100644 --- a/src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs +++ b/src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs @@ -74,6 +74,10 @@ internal static void Display(ScriptableSentryUnityOptions options) "Version or InformationalVersion in each event sent to sentry."), options.ReportAssembliesMode); + EditorGUILayout.Space(); + EditorGUI.DrawRect(EditorGUILayout.GetControlRect(false, 1), Color.gray); + EditorGUILayout.Space(); + { options.AttachScreenshot = EditorGUILayout.BeginToggleGroup( new GUIContent("Attach Screnshot", "Try to attach current screenshot for events.\n" +