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

x/sentry_deno/packages/types/src/datacategory.ts>DataCategory

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
type alias DataCategory
import { type DataCategory } from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/datacategory.ts";
definition:
| "default"
| "error"
| "transaction"
| "security"
| "attachment"
| "session"
| "internal"