Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.mjs>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.117.0/index.mjs";

This binds the given client to the current scope.

Parameters

optional
client: Client

An SDK client (client) instance.