Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.d.ts>setExtras

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

Set an object that will be merged sent as extra data with the event.

Parameters

extras: Extras

Extras object to merge into current context.