Add sentry
This commit is contained in:
parent
be0d9eecb7
commit
d631b821e5
6 changed files with 107 additions and 2 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue