You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/error/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Error reporting and utilities for the monorepo. Use **`captureError`** for consi
16
16
17
17
## Error reporting backend
18
18
19
-
**GlitchTip** (open source) is recommended. Sentry (open source or cloud) also works—same DSN format and SDK. Set `ERROR_REPORTING_DSN` (server) and `NEXT_PUBLIC_ERROR_REPORTING_DSN` (client) to enable.
19
+
**GlitchTip** (open source) is recommended. Sentry (open source or cloud) also works—same DSN format and SDK. Set `SENTRY_DSN` (server) and `NEXT_PUBLIC_SENTRY_DSN` (client) to enable.
20
20
21
21
## Quick start
22
22
@@ -52,8 +52,8 @@ Use `initErrorReporting` from the platform path. **Do NOT call it from `instrume
@@ -65,7 +65,7 @@ Do **not** call `initErrorReporting` inside `instrumentation.ts` `register()`. I
65
65
66
66
## No-DSN fallback
67
67
68
-
When no DSN is configured, errors are logged via the provided or default logger instead of being dropped. Set `ERROR_REPORTING_DSN` to enable full reporting.
68
+
When no DSN is configured, errors are logged via the provided or default logger instead of being dropped. Set `SENTRY_DSN` to enable full reporting.
0 commit comments