Skip to content

Commit

Permalink
forsøk collect-auto endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 4, 2024
1 parent 45e5cfb commit ed629a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/amplitude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const createAmpltiudeInstance = () => {
const instance = amplitude.getInstance();

instance.init(getApiKey(), '', {
apiEndpoint: 'amplitude.nav.no/collect',
apiEndpoint: 'amplitude.nav.no/collect-auto',
platform: window.location.toString(),
saveEvents: false,
includeUtm: true,
Expand Down

0 comments on commit ed629a7

Please sign in to comment.