MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / https.test.ts

File https.test.ts

packages/node-core/test/transports/https.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { EventEnvelope, EventItem } from '@sentry/core';
2import { createEnvelope, createTransport, serializeEnvelope } from '@sentry/core';
3import * as http from 'http';
4import * as https from 'https';

Callers

nothing calls this directly

Calls 7

createEnvelopeFunction · 0.90
serializeEnvelopeFunction · 0.90
makeNodeTransportFunction · 0.90
requestMethod · 0.80
setupTestServerFunction · 0.70
closeMethod · 0.65
sendMethod · 0.65

Tested by

no test coverage detected