Sentry — error tracking
sentry/node · version 1
envs add sentry/node
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
SENTRY_DSN |
required | config | Safe to expose: a DSN only submits events, it reads nothing.. Shape ^https://[0-9a-f]+@[a-z0-9.-]+/[0-9]+$. where to get it |
SENTRY_AUTH_TOKEN |
optional | secret | For source maps and releases, not for runtime. Shown once. No shape is declared because the token page documents none.. where to get it |
SENTRY_ORG |
optional | config | Organisation slug, read by sentry-cli.. where to get it |
SENTRY_PROJECT |
optional | config | Project slug, read by sentry-cli.. where to get it |