//! The noop fallback client for shim only users.
use Uuid;
use Dsn;
use Event;
use Scope;
/// The "shim only" Sentry client.
///
/// In shim mode the client cannot be constructed and none of the functions can be
/// called. This is generally irrelevant as there is no way to actually get access
/// to such a client. However as a result of that not all functions are exposed in
/// that situation. For instance it's not possible to access the options of the
/// client, but it is possible to access the DSN.
;