Nicolas Hrubec
Nicolas Hrubec
Small change filtering expected errors from being reported to sentry in the nestjs sdk. Tested manually on my sample app.
Just moving the decorators to improve the structure of the nest SDK package a bit.
Adding a span 'Interceptor - After Span' to improve instrumentation for operations happening after the route execution is done. Tracking what happens in individual interceptors after the route is hard,...
https://docs.nestjs.com/interceptors Interceptors are a bit harder than the other constructs we have instrumented so far. All interceptors get a `CallHandler` implementing a `handle()` method, which can be used to invoke...
### Flakiness Type Timeout ### Name of Job E2E solidstart test: updates the transaction when using the back button ### Name of Test performance.client.test.ts:49:1 › updates the transaction when using...
WIP - implementation still broken (not getting spans)
Solution brainstorm: These go through the server entry point. So I think we can just start a span in our provided wrapper and attach any relevant meta data. Tests: Need...
These go through the server entry point. So I think we can just start a span in our provided wrapper and attach any relevant meta data. Tests: Add tests that...
Potentially we can add a wrapper that can be used to trace arbitrary functions. Server functions should be traced by instrumenting the server entry point, but for instance I am...