Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbroos committed Mar 12, 2024
1 parent ed7440b commit 6b95bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mixpanel/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const extractUtmParams = (paramsString: string) => {
export const writeUtmParamsToSessionStorage = (paramsString: string) => {
const searchParams = new URLSearchParams(paramsString);

console.log('test');

const utmSourceKeys = [
'utm_source',
'utm_medium',
Expand Down

0 comments on commit 6b95bb9

Please sign in to comment.