Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
+2 -6
View File
@@ -130,11 +130,7 @@ pub fn init(app: &mut AppContext) {
]);
if ChannelState::enable_debug_features() {
let crash_description = if cfg!(target_os = "macos") {
"Crash the app (for testing sentry-cocoa)"
} else {
"Crash the app (for testing sentry-native)"
};
let crash_description = "Crash the app (for testing)";
app.register_editable_bindings([
EditableBinding::new("workspace:crash", crash_description, WorkspaceAction::Crash)
.with_context_predicate(id!("Workspace")),
@@ -146,7 +142,7 @@ pub fn init(app: &mut AppContext) {
.with_context_predicate(id!("Workspace")),
EditableBinding::new(
"workspace:panic",
"Trigger a panic (for testing sentry-rust)",
"Trigger a panic (for testing)",
WorkspaceAction::Panic,
)
.with_context_predicate(id!("Workspace")),