Skip to main content
Module

x/sentry/index.mjs>createTransport

The Official Sentry Deno SDK
Go to Latest
function createTransport
import { createTransport } from "https://deno.land/x/sentry@8.0.0-beta.4/index.mjs";

Creates an instance of a Sentry Transport

Parameters

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

Returns

Transport