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
classForgivingProfiler(Profiler):
""" Fork of nplusone.core.profiler.Profiler that does not raise exceptions """defnotify(self, message):
pass# or collect messages here
If NPLUSONE_RAISE should be respected out of the box, maybe Profiler would need to accept a config paramater. Would it make much difference, to have that built in?
Hi. Is there any way to disable the exceptions when using profile.Profiler(), and just get the logs?
The text was updated successfully, but these errors were encountered: