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 64c9e44 commit 0d1d467Copy full SHA for 0d1d467
apps/basket/src/lib/event-service.ts
@@ -333,8 +333,7 @@ export async function insertTrackEvent(
333
title: sanitizeString(trackData.title, VALIDATION_LIMITS.STRING_MAX_LENGTH),
334
335
ip: anonymizedIP || '',
336
- user_agent:
337
- sanitizeString(userAgent, VALIDATION_LIMITS.STRING_MAX_LENGTH) || '',
+ user_agent: '',
338
browser_name: browserName || '',
339
browser_version: browserVersion || '',
340
os_name: osName || '',
0 commit comments