chore(constants): add TrackAnalytics to excluded operations (#11617)

Included TrackAnalytics in the list of excluded middleware operations.
This ensures consistent handling of operations that bypass middleware
processing.
This commit is contained in:
Antoine Moreaux
2025-04-17 11:24:45 +02:00
committed by GitHub
parent 6023bda579
commit e457ade362

View File

@ -2,6 +2,7 @@ export const EXCLUDED_MIDDLEWARE_OPERATIONS = [
'GetClientConfig', 'GetClientConfig',
'GetWorkspaceFromInviteHash', 'GetWorkspaceFromInviteHash',
'Track', 'Track',
'TrackAnalytics',
'CheckUserExists', 'CheckUserExists',
'GetLoginTokenFromCredentials', 'GetLoginTokenFromCredentials',
'GetAuthTokensFromLoginToken', 'GetAuthTokensFromLoginToken',