Package dev.floofy.ktor.plugins

Types

Link copied to clipboard
data class Configuration(configure: (SentryOptions) -> Unit?, dsn: String)

Represents a minimal configuration for the Sentry plugin.

Link copied to clipboard
class ConfigurationBuilder

Builder for configuring the Sentry plugin.

Link copied to clipboard
class Sentry(config: Configuration?)

Represents the Sentry plugin that is used to configure using Sentry in this Ktor application.