Closed
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 Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
^7.2.0
Framework Version
^7.2.0
Link to Sentry event
No response
Steps to Reproduce
- Follow install steps at https://docs.sentry.io/platforms/javascript/guides/nextjs/#install
- Start app
- See following error in terminal
unhandledRejection: TypeError: utils.getGlobalSingleton is not a function
Expected Result
The app should start normally without an error
Actual Result
Shown in terminal and blocking app from starting:
unhandledRejection: TypeError: utils.getGlobalSingleton is not a function