Skip to content

Commit 7660e93

Browse files
committed
chore: update platform to extension
1 parent a11d4b7 commit 7660e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/analytics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const segmentClient = new AnalyticsBrowser();
2828
export const analytics = configureAnalyticsClient<AnalyticsBrowser>({
2929
client: segmentClient,
3030
defaultProperties: {
31-
platform: 'mobile',
31+
platform: 'extension',
3232
},
3333
});
3434

0 commit comments

Comments
 (0)