import * as sentryDeno from "https://deno.land/x/sentry_deno@v0.2.2/packages/hub/src/hub.ts";
Variables
API compatibility version of this hub. |
Functions
Returns the default hub instance. | |
This will create a new Hub and add to the passed object on SENTRY.hub. | |
Returns the global shim registry. | |
Replaces the current main hub with the passed one on the global object | |
This will set passed Hub on the passed object's SENTRY.hub attribute |
Interfaces
An object that contains a hub and maintains a scope stack. | |
A layer in the process stack. |