Package-level declarations
Types
Link copied to clipboard
Sealed class representing all the types of breadcrumbs that Sentry supports.
Link copied to clipboard
A class that wraps the Sentry APIs in order to make them a bit easier to integrate.
Link copied to clipboard
Context object for keeping track of Sentry breadcrumbs and providing convenient APIs for submitting them, along with transaction functions.
Link copied to clipboard
Argument converter for Sentry event ID arguments.
Functions
Link copied to clipboard
Convenience function for testing a sub-transaction.
inline fun <T> ITransaction.transaction(name: String, operation: String, body: ITransaction.() -> T)
Convenience function for creating and testing a sub-transaction.