Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Self Hosted
Which SDK are you using?
@sentry/node
SDK Version
8.0.0
Framework Version
"@sentry/node": "^8.0.0",
Link to Sentry event
no link, setup issue.
SDK Setup
Sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.SERVER_ENV,
tracesSampleRate: 0,
release: "1.0.0",
})
Steps to Reproduce
- Update to 8.0.0
- Try to run
Expected Result
Application start normal
Actual Result
Failed to start server
TypeError: acs.getCurrentScope is not a function
at getCurrentScope (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/currentScopes.ts:24:14)
at Object.getClient (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/currentScopes.ts:131:10)
at Object.hasTracingEnabled (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/utils/hasTracingEnabled.ts:19:18)
at getDefaultIntegrations (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/sdk/init.ts:81:9)
at getClientOptions (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/sdk/init.ts:219:35)
at Object.init (/Users/lcsvcn/Documents/GitHub/backend-audio/node_modules/.pnpm/@[email protected]/node_modules/@sentry/src/sdk/init.ts:91:25)
at main (/Users/lcsvcn/Documents/GitHub/backend-audio/src/server/
server.ts:38:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Metadata
Metadata
Assignees
Type
Projects
Status
No status