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

x/sentry/index.mjs>setExtras

The Official Sentry Deno SDK
Go to Latest
function setExtras
import { setExtras } from "https://deno.land/x/sentry@8.3.0/index.mjs";

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

Parameters

extras: Extras

Extras object to merge into current context.