Skip to content

Commit

Permalink
fix: amplitude key for goodid analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 8, 2024
1 parent 6b5a089 commit ea1cabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/analytics/GoodIdAnalytics.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { osName, osVersion } from 'mobile-device-detect'
import { version } from '../../../package.json'
import env from '../../config/env'

export const analyticsConfig = {
google: { enabled: true },
amplitude: { apiKey: process.env.REACT_APP_AMPLITUDE_API_KEY, enabled: true },
amplitude: { apiKey: env.REACT_APP_AMPLITUDE_API_KEY, enabled: true },
}

export const appProps = {
Expand Down

0 comments on commit ea1cabe

Please sign in to comment.