MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / getDefaultIntegrations

Function getDefaultIntegrations

packages/nestjs/src/sdk.ts:22–24  ·  view source on GitHub ↗
(options: NodeOptions)

Source from the content-addressed store, hash-verified

20
21/** Get the default integrations for the NestJS SDK. */
22export function getDefaultIntegrations(options: NodeOptions): Integration[] | undefined {
23 return [nestIntegration(), ...getDefaultNodeIntegrations(options)];
24}

Callers 3

collectMetricsFunction · 0.90
getTestClientFunction · 0.90
mod.test.tsFile · 0.90

Calls

no outgoing calls

Tested by 2

collectMetricsFunction · 0.72
getTestClientFunction · 0.72