MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / badSentryEnvelopeResponse

Function badSentryEnvelopeResponse

apps/cloud/src/edge/sentry-tunnel.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23);
24
25const badSentryEnvelopeResponse = () => new Response("bad envelope", { status: 400 });
26
27export const handleSentryTunnelRequest = (request: Request, configuredDsn: string) =>
28 Effect.gen(function* () {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected