You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newGUIContent("Attach logs as breadcrumbs in addition to sending them as structured logs","Whether the SDK should attach breadcrumbs to events in addition to structured logging."),
57
59
options.AttachBreadcrumbsToEvents);
58
-
59
-
GUILayout.Label("Note: With sending structured logs enabled you have to opt-into adding breadcrumbs to events.",EditorStyles.boldLabel);
"events. Refer to AttachStacktrace on sentry docs."),
107
107
options.AttachStacktrace);
108
108
109
-
GUILayout.Label("Note: The stack trace quality will depend on the IL2CPP line number setting and might not contain line numbers.",EditorStyles.boldLabel);
109
+
EditorGUILayout.LabelField("Note: The stack trace quality will depend on the IL2CPP line number setting and might not contain line numbers.",EditorStyles.boldLabel);
110
110
111
111
// Enhanced not supported on IL2CPP so not displaying this for the time being:
0 commit comments