Skip to main content
Defined in: packages/shared-http-pieces/src/lib/sentry.ts:51 Options accepted by initializeSentry. Extends the Sentry Node SDK’s own NodeOptions (minus dsn) with one addition specific to this package.
The inherited fields are documented by the Sentry Node SDK itself — they aren’t part of wolfstar’s own API surface, so they aren’t reproduced here. Only the field this package adds is listed below.

Properties

root?

optional root?: string | URL
Defined in: packages/shared-http-pieces/src/lib/sentry.ts:52 All other options (environment, tracesSampleRate, integrations, beforeSend, etc.) are the standard Sentry Node SDK NodeOptions fields, unchanged.