Skip to content

Commit

Permalink
Set up[ ID
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 16, 2023
1 parent fc9e0a9 commit 9ba598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/experiments/src/components/analytics/GA.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const registerPageView = (url: URL = new URL(window.location.href)) => {
export const updateConfig = (params?: Gtag.CustomParams) => {
if (window.gtag) {
window.gtag('config', import.meta.env.VITE_GA_TRACKING_ID, {
window.gtag('config', 'G-PPE5XD2VKV', {
...params,
...(debugMode && { debug_mode: true }),
})
Expand Down

0 comments on commit 9ba598b

Please sign in to comment.