Skip to content

Commit

Permalink
chore: replace dev with production key (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar authored Feb 10, 2022
1 parent 0175df2 commit 6f6e8b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/hooks/analytics/amplitudeClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {init, NodeClient} from '@amplitude/node';

// TODO: CDX-656: replace with Production API key on build
const analyticsAPIKey = '2b06992f1a80d36396ba7297a8daf913';
const analyticsAPIKey = 'af28cba7acfd392c324bebd399e2d9ea';

export interface AmplitudeClient extends NodeClient {
identified: boolean;
Expand Down

0 comments on commit 6f6e8b8

Please sign in to comment.