nestjs-sentry
nestjs-sentry copied to clipboard
🐛 exception filter implement OR logic instead of AND
Sentry interceptor must report if one of filters passes.
In current implementation, it's expected that all filters should pass, but it does not allow adding complex exception filtering scenarios.
For example filter out 2 different error types.