### Node
- [ ] https://github.com/getsentry/sentry-javascript/pull/7503
- [ ] https://github.com/getsentry/sentry-javascript/pull/7503
For Node we probably just want to update the docs to match OpenTelemetry:
constSentry=require("@sentry/node");Sentry.init({integrations: [...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations()]});
For Node we probably just want to update the docs to match OpenTelemetry: