Adrián Moreno

Results 2 comments of Adrián Moreno

@AbhiPrasad Yes, with each release we upload the sourcemaps. We can see the errors generated in the frontend without any problem, including the code snippet. Frontend issues includes `context-line` in...

@AbhiPrasad yeah, that's right. It only happens for production builds. No, we are not using vite. Here you have our `Sentry.init` call: ```javascript Sentry.init({ environment: process.env.NODE_ENV, release: process.env.LAST_COMMIT_ID, dsn: process.env.SENTRY_DSN,...