Skip to content

Commit

Permalink
fix(serverless): Export `autoDiscoverNodePerformanceMonitoringIntegra…
Browse files Browse the repository at this point in the history
…tions` from SDK (#8382)

When refactoring our `@sentry/tracing` package and exporting tracing
related integrations from SDK packages, we apparently forgot to export
`autoDiscoverNodePerformanceMonitoringIntegrations` from the Serverless
SDK. This fix re-adds the export.
  • Loading branch information
Lms24 authored Jun 22, 2023
1 parent ee4e37e commit 54e091e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {
Scope,
addBreadcrumb,
addGlobalEventProcessor,
autoDiscoverNodePerformanceMonitoringIntegrations,
captureEvent,
captureException,
captureMessage,
Expand Down

0 comments on commit 54e091e

Please sign in to comment.