You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nestjs): Update nest setup in onboarding (#74929)
related to getsentry/sentry-javascript#12920
There is a new way to setup the nest SDK. Updating the product
onboarding accordingly.
---------
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
'Make sure to import [code1:instrument.js/mjs] at the top of your [code2:main.ts/js] file. Set up the error handler by passing the [code3:BaseExceptionFilter].',
99
+
'Import [code1:instrument.js/mjs] in your [code2:main.ts/js] file:',
'Then you can add the [code1:SentryModule] as a root module. The [code2:SentryModule] needs to be registered before any other module that should be instrumented by Sentry.',
0 commit comments