Skip to main content
Module

x/sentry/index.d.ts>Hub#bindClient

The Official Sentry Deno SDK
Go to Latest
method Hub.prototype.bindClient
Deprecated
Deprecated

Use initAndBind() directly, or setCurrentClient() and/or client.init() instead.

import { Hub } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

This binds the given client to the current scope.

Parameters

optional
client: Client

An SDK client (client) instance.