Skip to main content
Module

x/sentry/index.d.ts>setExtra

The Official Sentry Deno SDK
Go to Latest
function setExtra
import { setExtra } from "https://deno.land/x/sentry@7.92.0/index.d.ts";

Set key:value that will be sent as extra data with the event.

Parameters

key: string

String of extra

extra: Extra

Any kind of data. This data will be normalized.

Returns

ReturnType<Hub["setExtra"]>