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

x/sentry/index.d.ts>createTransport

The Official Sentry Deno SDK
Latest
function createTransport
import { createTransport } from "https://deno.land/x/sentry@8.32.0/index.d.ts";

Creates an instance of a Sentry Transport

Parameters

options: InternalBaseTransportOptions
makeRequest: TransportRequestExecutor
optional
buffer: PromiseBuffer<TransportMakeRequestResponse>

Returns

Transport