Enable exception reporting & default error screen to report GitHub bug (#82)
This commit is contained in:
@@ -16,6 +16,7 @@ const posthogClient = posthog.init(
|
||||
// @ts-ignore
|
||||
debug: import.meta.env.MODE === "development",
|
||||
autocapture: false,
|
||||
capture_exceptions: true,
|
||||
capture_pageview: false,
|
||||
before_send: (event) => {
|
||||
if (!isTelemetryOptedIn()) {
|
||||
|
||||
Reference in New Issue
Block a user