Skip to main content
Module

x/sentry/index.mjs>setExtra

The Official Sentry Deno SDK
Go to Latest
function setExtra
import { setExtra } from "https://deno.land/x/sentry@8.0.0-beta.4/index.mjs";

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.