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

Function getDefaultIntegrations

packages/aws-serverless/src/init.ts:52–54  ·  view source on GitHub ↗
(_options: Options)

Source from the content-addressed store, hash-verified

50// NOTE: in awslambda-auto.ts, we also call the original `getDefaultIntegrations` from `@sentry/node` to load performance integrations.
51// If at some point we need to filter a node integration out for good, we need to make sure to also filter it out there.
52export function getDefaultIntegrations(_options: Options): Integration[] {
53 return [...getDefaultIntegrationsWithoutPerformance(), awsIntegration(), awsLambdaIntegration()];
54}
55
56export interface AwsServerlessOptions extends NodeOptions {
57 /**

Callers 1

initFunction · 0.70

Tested by

no test coverage detected