Macros§
- error
- Creates a sentry error.
Structs§
- Client
Init Guard - Helper struct that is returned from
init
. - Client
Options - Configuration settings for the client.
- Error
- A sentry error.
- User
- Represents user info.
Traits§
- IntoDsn
- Helper trait to convert a string into an
Option<Dsn>
.
Functions§
- init
- Initializes Sentry with the given DSN or
ClientOptions
. - is_
enabled - Returns
true
if error reporting is enabled.
Type Aliases§
- Fingerprint
- The type of the
Error::fingerprint
field.