Function sentry::shim::bind_client [] [src]

pub fn bind_client(client: Arc<Client>)

Binds a client.

As its impossible to construct a client in shim only mode this function cannot actually ever be called (it will panic). The reason this is exposed API in shimmed mode is mostly to propage a client into another thread or similar.