Cristina
Cristina
``` import * as Sentry from '@sentry/node'; import config from 'src/config/index.js'; Sentry.init({ dsn: config.sentryDSN, environment: config.sentryEnv, tracesSampleRate: 1.0, }); ```
I have modified the code as follows and it still crashes the app in the same way. ``` import * as Sentry from '@sentry/node'; const { NODE_ENV } = process.env;...
I removed one of our dependencies in package.json, and it works now. The dependency in question is `"date-fns": "^3.6.0"`. However, eliminating this dependency in order to use Sentry SDK v8...
PR #7377 has been merged. If someone wants to contribute such a malware check, the documentation for how is here: https://warehouse.pypa.io/development/malware-checks/