Add sentry

This commit is contained in:
Julia Ryan 2025-07-24 13:13:46 -07:00
parent be0d9eecb7
commit d631b821e5
No known key found for this signature in database
6 changed files with 107 additions and 2 deletions

View file

@ -125,7 +125,7 @@ pub fn init(cx: &mut App) {
cx.on_action(|_: &RestoreBanner, cx| title_bar::restore_banner(cx));
if ReleaseChannel::global(cx) == ReleaseChannel::Dev || cx.has_flag::<PanicFeatureFlag>() {
cx.on_action(|_: &TestPanic, _| panic!("Ran the TestPanic action"));
cx.on_action(|_: &TestPanic, _| panic!("You Ran the TestPanic action"));
}
cx.on_action(|_: &OpenLog, cx| {
with_active_or_new_workspace(cx, |workspace, window, cx| {