diff --git a/frontend/src/lib/components/Support/supportLogic.ts b/frontend/src/lib/components/Support/supportLogic.ts index 81fdbcab36f47..69113e4b990b9 100644 --- a/frontend/src/lib/components/Support/supportLogic.ts +++ b/frontend/src/lib/components/Support/supportLogic.ts @@ -275,6 +275,11 @@ export const TARGET_AREA_TO_NAME = [ 'data-attr': `support-form-target-area-web_analytics`, label: 'Web analytics', }, + { + value: 'logs', + 'data-attr': `support-form-target-area-logs`, + label: 'Logs', + }, ], }, ] @@ -316,6 +321,7 @@ export type SupportTicketTargetArea = | 'platform_addons' | 'max-ai' | 'customer-analytics' + | 'logs' export type SupportTicketSeverityLevel = keyof typeof SEVERITY_LEVEL_TO_NAME export type SupportTicketKind = keyof typeof SUPPORT_KIND_TO_SUBJECT @@ -359,6 +365,7 @@ export const URL_PATH_TO_TARGET_AREA: Record = sources: 'data_warehouse', workflows: 'workflows', billing: 'billing', + logs: 'logs', } export const SUPPORT_TICKET_TEMPLATES = {