MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / shutdown

Method shutdown

packages/deno/lib.deno.d.ts:5340–5340  ·  view source on GitHub ↗

Gracefully close the server. No more new connections will be accepted, * while pending requests will be allowed to finish.

()

Source from the content-addressed store, hash-verified

5338 * while pending requests will be allowed to finish.
5339 */
5340 shutdown(): Promise<void>;
5341 }
5342
5343 /** Serves HTTP requests with the given handler.

Callers 7

cleanupOtelFunction · 0.65
closeMethod · 0.65
setupTracesExporterFunction · 0.65
cleanupOtelFunction · 0.65
cleanupOtelFunction · 0.65
cleanupOtelFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected