Package-level declarations
Types
Functions
Link copied to clipboard
fun sentryBreadcrumb(category: String, message: String? = null, type: String = "trace", level: SentryLevel = SentryLevel.DEBUG): CoroutineTask
Link copied to clipboard
fun sentryScoped(player: Player, category: String, message: String? = null, type: String = "trace", level: SentryLevel = SentryLevel.DEBUG, context: CoroutineContext = Dispatchers.Unconfined, block: suspend () -> Unit)
Link copied to clipboard