Nicolas Hrubec
Nicolas Hrubec
Hey @asomethings, thanks for writing in. I just opened a PR with a fix. Should be merged next week.
Hey @rubiin, thanks for the suggestion. However, I think this is different to what we are trying to achieve here. The goal of this ticket is not to capture exceptions...
Won’t do because we don’t really have a nicer way here to do this than a simple Sentry.startSpan
From initial testing it seems that adding a middleware doesn't change the information we have available in the server entry point, i.e. our existing wrapper for the server entry point...
Hey! Using the `@SentryGlobalFilter` should be redundant if you have a catch-all filter (like your `AllExceptionsFilter`), so you can try if removing that changes anything. Your catch-all filter setup looks...
Thanks for providing more info, we'll have a look.
@Asynchronite Have you registered your `AllExceptionsFilter` in your providers and did you confirm that it is actually being called? Generally it would be great if you could add some more...
Hey! Thanks for providing the logs, that helps a lot. I thought about this a bit more, I think the following is happening: - Your host type is `necord`. However,...