Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 41 forks source link

Optionally add a traceback to 500 messages when debug flag set #68

Closed vodik closed 6 years ago

vodik commented 6 years ago

Initial commit of a debug flag. When set on a dialog, it will attach a traceback to 500 error messages.

Very provisional, flag doesn't propagate anywhere and needs to be set manually currently, but at the very least useful for debugging.

codecov-io commented 6 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.06%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   71.22%   71.15%   -0.07%     
==========================================
  Files          15       15              
  Lines        1449     1456       +7     
  Branches      259      260       +1     
==========================================
+ Hits         1032     1036       +4     
- Misses        309      311       +2     
- Partials      108      109       +1
Impacted Files Coverage Δ
aiosip/dialog.py 76.62% <62.5%> (-0.61%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c7c29a5...cb1d2d7. Read the comment docs.