Sentry

Write message to Sentry.

Key featuresarrow-up-right

name
type
required
default value

dsn

string

yes

-

env

string

no

-

release

string

no

-

cacheDirPath

string

no

-

enableExternalConfiguration

boolean

no

-

maxCacheItems

number

no

-

flushTimeoutMills

number

no

-

maxQueueSize

number

no

-

common-options

no

-

dsn [string]arrow-up-right

The DSN tells the SDK where to send the events to.

env [string]arrow-up-right

specify the environment

release [string]arrow-up-right

specify the release

cacheDirPath [string]arrow-up-right

the cache dir path for caching offline events

enableExternalConfiguration [boolean]arrow-up-right

if loading properties from external sources is enabled.

maxCacheItems [number]arrow-up-right

The max cache items for capping the number of events Default is 30

flushTimeoutMillis [number]arrow-up-right

Controls how many seconds to wait before flushing down. Sentry SDKs cache events from a background queue and this queue is given a certain amount to drain pending events Default is 15000 = 15s

maxQueueSize [number]arrow-up-right

Max queue size before flushing events/envelopes to the disk

common optionsarrow-up-right

Sink plugin common parameters, please refer to Sink Common Options for details

Last updated