method Hub.prototype.setContextDeprecatedDeprecatedUse Sentry.setContext() instead. import { Hub } from "https://deno.land/x/sentry@7.120.0/index.mjs"; DeprecatedUse Sentry.setContext() instead. setContext(name: string, context: { [key: string]: any; } | null): voidParametersname: stringcontext: { [key: string]: any; } | nullReturnsvoid