[Task]: Only catch feature flagging related exceptions in the aspect #33634
Labels
Backend
This marks the issue or pull request to reference server code
Billing & Licensing Product
Issues pertaining to licensing, billing and usage across self serve and enterprise customers
Feature Flagging
Anything related feature flagging
Low effort
Takes 1-2 days
Low
An issue that is neither critical nor breaks a user flow
Production
Task
A simple Todo
SubTasks
Currently any exception in a method that's feature flagged is caught by the aspect that has passed control to that method, and subsequently converted into a feature flagging related error. We want such captures to be limited to only feature flagging related errors (no super class, incorrect method definition, no super method, etc.). Every other throwable thrown by the "invoked" method should be passed along as is.
The text was updated successfully, but these errors were encountered: