Crate sentry_rs [−] [src]
Modules
models |
Provides a list of "Models" for Sentry. These actually represent what gets sent to sentry, and tries to follow their guidelines. |
reactor |
Default implementation for |
request |
Wraps Hyper 0.11 to provide easier access to requests. |
workers |
Used to export all the possible "Worker" types that can work on a Sentry Queue. Right now there's only the "SingleWorker" which works on it's own single thread. In the future though we might add in something like "MultiWorker" that allows you to work on multiple threads at once. |
Structs
Sentry |
A Sentry Object, instiates the worker, and actually is what you send your sentry events too. |
ThreadState |
The Thread State of the listening Worker that sends items off to sentry. Contains a single atomic boolean for knowing whether or not it's alive cross threads. |
XSentryAuth |
A Header representation of X-Sentry-Auth. |