Skip to content

Commit

Permalink
chore: update platform to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
camerow committed Dec 20, 2024
1 parent a11d4b7 commit 7660e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const segmentClient = new AnalyticsBrowser();
export const analytics = configureAnalyticsClient<AnalyticsBrowser>({
client: segmentClient,
defaultProperties: {
platform: 'mobile',
platform: 'extension',
},
});

Expand Down

0 comments on commit 7660e93

Please sign in to comment.