Module sentry::shim [] [src]

The shim only API (documentation only).

This module does not exist normally but it's typically compiled for documentation purposes so that users can see the API subset trivially that is available for environments where all features are disabled.

Structs

Client

The "shim only" Sentry client.

Scope

The "shim only" scope.

ScopeGuard

A "shim only" scope guard.

Functions

bind_client

Binds a client.

current_client

Never returns a client.

push_scope

Pushes a new scope on the stack.

unbind_client

Unbinds a client.

with_client_and_scope

Invokes a function if the sentry client is available with client and scope.