Skip to main content
Module

x/sentry/index.d.ts>setTags

The Official Sentry Deno SDK
Go to Latest
function setTags
import { setTags } from "https://deno.land/x/sentry@7.109.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.

Returns

ReturnType<Hub["setTags"]>