Skip to content

Commit fda19c4

Browse files
committed
add new analytics category: api
1 parent cd09f7d commit fda19c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/src/constants/analytics-events.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export enum AnalyticsEvent {
3636

3737
// Web
3838
SIGNUP = 'web.signup',
39-
SSE_ENDPOINT_REQUEST = 'web.sse_endpoint_request',
4039

4140
// Web - Authentication
4241
AUTH_LOGIN_STARTED = 'auth.login_started',
@@ -84,6 +83,9 @@ export enum AnalyticsEvent {
8483
TOAST_SHOWN = 'toast.shown',
8584
REFERRAL_BANNER_CLICKED = 'referral_banner.clicked',
8685

86+
// Web - API
87+
SSE_ENDPOINT_REQUEST = 'api.sse_endpoint_request',
88+
8789
// Common
8890
FLUSH_FAILED = 'common.flush_failed',
8991
}

0 commit comments

Comments
 (0)