Mohammad Javad Khademian
Mohammad Javad Khademian
> @jousi592 we have a PR up right now addressing this, will let you know when it's released Hi. is there any update?
> Import it directly from `@sentry/node` - https://docs.sentry.io/platforms/node/guides/express/, if I understand you correctly. this Sentry module is a module for nuxt. and modules runs before plugins in the nuxt lifecycle....
> I suppose one way to do it would be to create your own module that adds a plugin that overrides the error handler. > > That module would actually...
> can you show what have you done exactly? nuxt.config.js: ``` modules: [ '@nuxtjs/sentry', '~/modules/errorReporter', ['@nuxtjs/i18n', i18nOptions], ... ] ``` /modules/errorReporter/index.js: ``` import path from 'path' export default function errorReporter()...