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

This commit is contained in:
Richie Foreman
2025-08-13 11:42:38 -04:00
committed by GitHub
parent 4074e8e6ec
commit 150103e5dd
7 changed files with 220 additions and 125 deletions

View File

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