Skip to content

Commit

Permalink
Kommentere ut midlertidig amplitude for test slik at prettier blir happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieHillRoa committed Nov 3, 2023
1 parent e74b183 commit f5b84bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/amplitude/amplitude.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import {erProd} from '../utils/url-utils';
//import {erProd} from '../utils/url-utils';
import {AmplitudeEvent} from './taxonomy-events';

export function initAmplitude() {
const projectId = erProd() ? '691963e61d2b11465aa96acfcaa8959b' : 'faf28eb5445abfe75c7ac28ae7a8d050';

//const projectId = erProd() ? '691963e61d2b11465aa96acfcaa8959b' : 'faf28eb5445abfe75c7ac28ae7a8d050';
/* amplitude.init(projectId, undefined, {
serverUrl: 'https://amplitude.nav.no/collect',
ingestionMetadata: {
Expand Down

0 comments on commit f5b84bf

Please sign in to comment.