import { setTag } from "https://deno.land/x/sentry@8.37.1/index.d.ts";
Set key:value that will be sent as tags data with the event.
Can also be used to unset a tag, by passing undefined
.
import { setTag } from "https://deno.land/x/sentry@8.37.1/index.d.ts";
Set key:value that will be sent as tags data with the event.
Can also be used to unset a tag, by passing undefined
.