We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e6492 commit dc9738eCopy full SHA for dc9738e
static/app/utils/analytics/tracingEventMap.tsx
@@ -16,7 +16,7 @@ export type TracingEventParameters = {
16
visualize_count: number;
17
};
18
'trace.explorer.ai_query_interface': {
19
- action: 'opened' | 'closed';
+ action: 'opened' | 'closed' | 'consent_accepted';
20
21
'trace.explorer.ai_query_rejected': {
22
natural_language_query: string;
0 commit comments