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@7.109.0/index.mjs";

Creates an instance of a Sentry Transport

Parameters

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

Returns

Transport