Core or SDK?
Core Sentry product
Which part? Which one?
AWS Lambda
Description
https://docs.sentry.io/platforms/node/guides/aws-lambda/performance/instrumentation/automatic-instrumentation refers to Sentry.autoDiscoverNodePerformanceMonitoringIntegrations, which doesn't seem to exist.
In particular, this is surprising, because I'm viewing the serverless-related documentation, and this page is using the node package. The latter exports the referenced method, but not the serverless package, that you'll be using in AWS Lambda.
Suggested Solution
Re-export the method from node in the serverless package or fix the docs.