From 0fa9573decbf9b6137d47af45144641840de0b36 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:19:08 +0100 Subject: feat: Better stacktrace in Sentry dashboard (#175) Enable attaching stacktrace to see the function in which the crash happened. --- src-tauri/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src-tauri/src') diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index ba9264ee..63b30e9e 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -47,6 +47,7 @@ fn main() { "https://f833732deb2240b0b2dc4abce97d0f1d@o1374052.ingest.sentry.io/6692177", sentry::ClientOptions { release: sentry::release_name!(), + attach_stacktrace: true, ..Default::default() }, )); -- cgit v1.2.3