Skip to content

Commit 5bb6ba7

Browse files
committed
remove database_path
1 parent 1b5233b commit 5bb6ba7

File tree

1 file changed

+0
-2
lines changed
  • apps/desktop/src-tauri/src

1 file changed

+0
-2
lines changed

apps/desktop/src-tauri/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ pub async fn main() {
4444
release: tauri_plugin_sentry::sentry::release_name!(),
4545
traces_sample_rate: 1.0,
4646
auto_session_tracking: true,
47-
#[cfg(debug_assertions)]
48-
database_path: Some(std::env::temp_dir().join("hyprnote_crashes")),
4947
..Default::default()
5048
},
5149
));

0 commit comments

Comments
 (0)