Emmanuella Esezobor-Tukpe

Results 4 comments of Emmanuella Esezobor-Tukpe

> Side note, `enableTracing` should be set _instead of_ `tracesSampleRate`, this basically means `tracesSampleRate: 1` - so you can/should probably just remove this. > > If you enable `debug: true`,...

@mydea adding the `--import` causes a build error with Mongoose instrumentation ``` > [email protected] start > node --import ./src/config/sentry.js src/app.js TypeError: Cannot read properties of undefined (reading 'prototype') at MongooseInstrumentation.patch...

Yep, thanks. I'd try this during my spare time and give feedback soon. But for now, the version works. I'm also keeping an eye out for both issues.

@Varun-Chakraborty `@mapbox/node-pre-gyp` uses `rimraf@3xx` which stopped using `@glob @inflight` from version 4.0, [https://github.com/isaacs/rimraf/issues/309](https://github.com/isaacs/rimraf/issues/309) like last month (May 2024) so it'll take a while for the changes to reflect in various...