Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry/index.d.ts>setTags

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

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

Parameters

tags: { [key: string]: Primitive; }

Tags context object to merge into current context.