Skip to content

Commit

Permalink
use mixpanel-europe (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraschuppi authored Mar 22, 2022
1 parent ad4f038 commit d9b807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const MixpanelElement = () => {
orgId = user["https://camunda.com/orgs"][0].id;
}
const userId = user.sub;
mixpanel.init("1104cabe553c23b7e67d56b1976437aa");
mixpanel.init("b4db7bd0787698f42fb2929d88a8a85f");
mixpanel.identify(userId);
const superProperties = { userId, stage };
if (orgId) {
Expand Down

0 comments on commit d9b807b

Please sign in to comment.