Closed
Description
### 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:
const Sentry = require("@sentry/node");
Sentry.init({
integrations: [...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations()]
});