import { setTag } from "https://deno.land/x/sentry@7.120.0/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@7.120.0/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
.