Skip to content

Commit

Permalink
chore: update server-side telemetry endpoint (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Aug 30, 2022
1 parent 24e4ee1 commit 6aec44d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public DailyReport(IndexConvention indexConvention, RestHighLevelClient elasticC
String clientId = getClientId(entityService);

// initialize MixPanel instance and message builder
mixpanel = new MixpanelAPI();
mixpanel = new MixpanelAPI("https://track.datahubproject.io/mp/track", "https://track.datahubproject.io/mp/engage");
mixpanelBuilder = new MessageBuilder(MIXPANEL_TOKEN);

// set user-level properties
Expand Down

0 comments on commit 6aec44d

Please # to comment.