Crate sentry_rs [] [src]

Structs

Device

Information about the device for Sentry.

Event

A Sentry Event.

SDK

The SDK Representation for Sentry.

Sentry

A Sentry Object, instiates the worker, and actually is what you send your sentry events too.

SentryCredentials

Some Sentry Credentials. Which although not immediatly obvious are super easy to get. Firsrt things first, go fetch your Client Keys (DSN) like you normally would for a project. Should look something like:

SingleWorker

A Single Worker thread that sends items to Sentry.

StackFrame

A Stackframe to Send to Sentry.

XSentryAuth

Traits

WorkerClosure

Implement the worker closure as a trait, incase I ever want to have more than a single worker.