Skip to content

Commit

Permalink
remove rid header from mixpanel events
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Abramian authored and seniorquico committed Oct 6, 2023
1 parent bb29b4a commit 40b2d9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/web-app/src/modules/analytics/AnalyticsStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export class AnalyticsStore {
api_host: `${config.apiBaseUrl}/api/v2/mixpanel`,
ignore_dnt: true,
secure_cookie: true,
xhr_headers: {
rid: 'session',
},
})
}

Expand Down

0 comments on commit 40b2d9b

Please sign in to comment.