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
When helping other users, it is very useful to have some nice features such as:
Dropping into pdb when an exception is raised
Dropping into pdb when taskstatus.fail is called (one frame up)
Logging errors via Sentry
At least pdb shall be activated with a -d/--debug flag, Sentry could be active all the time.
Could also be interesting to start logging things and provide a -v/--verbose flag.
The text was updated successfully, but these errors were encountered:
When helping other users, it is very useful to have some nice features such as:
pdb
when an exception is raisedpdb
whentaskstatus.fail
is called (one frame up)At least
pdb
shall be activated with a-d/--debug
flag, Sentry could be active all the time.Could also be interesting to start logging things and provide a
-v/--verbose
flag.The text was updated successfully, but these errors were encountered: