chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)

This commit is contained in:
Richie Foreman
2025-08-13 16:37:08 -04:00
committed by GitHub
parent 61047173a8
commit 2dbd5ecdc8
7 changed files with 256 additions and 129 deletions

View File

@@ -39,8 +39,10 @@ export {
ApiResponseEvent,
TelemetryEvent,
FlashFallbackEvent,
SlashCommandEvent,
KittySequenceOverflowEvent,
SlashCommandEvent,
makeSlashCommandEvent,
SlashCommandStatus,
} from './types.js';
export { SpanStatusCode, ValueType } from '@opentelemetry/api';
export { SemanticAttributes } from '@opentelemetry/semantic-conventions';