Skip to content

Commit dc9738e

Browse files
committed
👔 Add consent_accepted action to ai_query_interface analytics
1 parent 81e6492 commit dc9738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/analytics/tracingEventMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type TracingEventParameters = {
1616
visualize_count: number;
1717
};
1818
'trace.explorer.ai_query_interface': {
19-
action: 'opened' | 'closed';
19+
action: 'opened' | 'closed' | 'consent_accepted';
2020
};
2121
'trace.explorer.ai_query_rejected': {
2222
natural_language_query: string;

0 commit comments

Comments
 (0)