Skip to content

Commit 1d36eee

Browse files
mikewheatonConvex, Inc.
authored and
Convex, Inc.
committed
Disable PostHog debug mode (#34066)
Prevents debug logging for analytics from appearing in the console. GitOrigin-RevId: c1da182f43e2c564bbfcbcf81265a9490ebad63c
1 parent 2b55956 commit 1d36eee

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard/src/pages

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function PostHogProvider({ children }: { children: React.ReactElement }) {
177177
api_host,
178178
ui_host: "https://us.posthog.com/",
179179
// Set to true to log PostHog events to the console.
180-
debug: true,
180+
debug: false,
181181
// Since we're using the pages router, this captures the initial pageview.
182182
capture_pageview: true,
183183
});

0 commit comments

Comments
 (0)