import { getSpanStatusFromHttpCode } from "https://deno.land/x/sentry@7.120.0/index.mjs";
Converts a HTTP status code into a SpanStatusType.
Returns
The span status or unknown_error.
import { getSpanStatusFromHttpCode } from "https://deno.land/x/sentry@7.120.0/index.mjs";
Converts a HTTP status code into a SpanStatusType.
The span status or unknown_error.