SentryCapture

Base type representing a Sentry data capture.

SentryCapture objects contain data to be sent to Sentry, allowing for containerised and modular data definitions. They exist for the following reasons:

  • To provide a more centralised data model for Sentry data submissions.

  • To make it possible to reliably configure what personal user data may be sent to Sentry.

  • To provide an anchoring type that allows for the creation of various processing pipelines.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open var channel: Channel?

Channel object to automatically populate data from.

Link copied to clipboard
open var guild: Guild?

Guild object to automatically populate data from.

Link copied to clipboard
open var role: Role?

Role object to automatically populate data from.

Link copied to clipboard
open var user: User?

User object to automatically populate data from.

Functions

Link copied to clipboard
open override fun getKoin(): Koin

Get the associated Koin instance.