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" +