Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/browser/src/index.ts>makeFetchTransport

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
function makeFetchTransport
import { makeFetchTransport } from "https://deno.land/x/sentry_deno@v0.2.2/packages/browser/src/index.ts";

Creates a Transport that uses the Fetch API to send events to Sentry.

Parameters

options: BrowserTransportOptions
optional
nativeFetch: FetchImpl = [UNSUPPORTED]

Returns

Transport