You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, i think it's due to Guards being triggered before Interceptors[1]. We are using Interceptors to capture exceptions.
Not sure what the correct "fix" would be for this. Maybe we should introduce a "SentryExceptionFilter", which gets triggered by errors thrown in Guards[2].
Hello,
my sentry implementation work fine except one situation.
I am using on controller's routes Auth guard with custom strategy
@UseGuards(LocalAuthGuard)
LocalAuthGuard strategy is simple class (local.strategy.ts):
when I throw error in function validate(), setry will not catch it..
Do you know where could be problem or is it normal?
Thank you
Daniel
The text was updated successfully, but these errors were encountered: