SentryExtensionBuilder
Builder used to configure Sentry and the Sentry extension.
Properties
Builder used to construct a SentryAdapter instance, usually the constructor.
Optional distribution name to send to Sentry.
Whether to enable Sentry integration. This includes the extension, and SentryAdapter setup.
Optional environment name to send to Sentry.
Whether to enable the Sentry extension, which provides feedback commands.
Whether to ping users when responding to them.
How many events to send to Sentry, as a percentage. Defaults to 1.0, meaning all events.
Optional server name to send to Sentry.
Function in charge of setting up the SentryAdapter, by calling its setup function. You can use this if you need to pass extra parameters to the setup function, but make sure you pass everything that's required.
Functions
Register a builder used to construct a SentryAdapter instance, usually the constructor.
Registry a Sentry data type transformer.
Configure the default data types sent via (or omitted from) Sentry captures.
Convenience function to enable and set the DSN, but only if the supplied DSN isn't null.
Register a Sentry submission predicate.
Register the function in charge of setting up the SentryAdapter, by calling its setup function. You can use this if you need to pass extra parameters to the setup function, but make sure you pass everything that's required.