Adri Van Houdt

Results 31 comments of Adri Van Houdt

Why not reference https://www.npmjs.com/package/eslint-plugin-angular?

Hopefully the streams part can be updated soon™️ https://github.com/nodejs/node/pull/39062

You might need to do ```js Sentry.configureScope((scope) => { scope.setSpan(transaction); }); ```

No clue 🤷 , it is in the example on https://docs.sentry.io/platforms/node/performance/

My guess would be that you need to do this for your 'root' transaction but `startTransaction` doesn't know if it is the 'root' one so it can't do it automatically....

Could you have a look at https://github.com/getsentry/sentry-javascript/issues/2172#issuecomment-850447362? I tried using domains but couldn't get it to work. Maybe I'm doing it wrong?

There is no function to wrap in hapi's case, as far as I understood domain.enter would do the same, is that not the case? https://nodejs.org/docs/latest-v14.x/api/domain.html#domain_domain_enter (it seems like breadcrumbs do...

Another thing I found that might be interesting for this is https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks

I understand it won't be quick but I don't see the current implementation working. I also based my implementation on https://github.com/hydra-newmedia/hapi-sentry. I didn't test this with a minimal version but...

@kamilogorek I unfortunately don't have the time atm to provide you with a full example. We decided to not put our efforts into this and instead use a solution that...