Skip to content

Commit e38cfb6

Browse files
committed
fix: remove error tracking in posthog
1 parent cd78a00 commit e38cfb6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

frontend/.env.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ NUXT_PUBLIC_LOGIN_URL=
44

55
# Analytics
66
NUXT_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=

frontend/nuxt.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)