function setContextimport { setContext } from "https://deno.land/x/sentry@7.120.0/index.mjs"; setContext(name: string, context: { [key: string]: any; } | null): ReturnType<Hub["setContext"]>Sets context data with the given name. Sets context data with the given name. Parametersname: stringof the context context: { [key: string]: any; } | nullAny kind of data. This data will be normalized. ReturnsReturnType<Hub["setContext"]>