File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ NUXT_PUBLIC_LOGIN_URL=
44
55# Analytics
66NUXT_PUBLIC_RUDDERSTACK_WRITE_KEY =
7- NUXT_PUBLIC_RUDDERSTACK_DATA_PLANE_URL =
8- NUXT_POSTHOG_API_KEY =
9- NUXT_POSTHOG_PROJECT_ID =
7+ NUXT_PUBLIC_RUDDERSTACK_DATA_PLANE_URL =
Original file line number Diff line number Diff line change @@ -275,14 +275,6 @@ export default defineNuxtConfig({
275275 posthogConfig : {
276276 publicKey : 'phc_l88yVnYQJShvE2rFd1f7Cask76jMuK7qLVVyPlA9FLl' ,
277277 host : 'https://eu.i.posthog.com' ,
278- clientConfig : {
279- capture_exceptions : true ,
280- } ,
281- sourcemaps : {
282- enabled : true ,
283- personalApiKey : import . meta. env . NUXT_POSTHOG_API_KEY ,
284- envId : import . meta. env . NUXT_POSTHOG_PROJECT_ID ,
285- } ,
286278 } ,
287279
288280 colorMode : {
You can’t perform that action at this time.
0 commit comments