Releases: backtrace-labs/backtrace-python
Releases · backtrace-labs/backtrace-python
Version 0.4.3
24 Mar 20:48
Compare
Sorry, something went wrong.
No results found
Version 0.4.3
Fixed invalid source code behavior when the source file doesn't exist or couldn't be read (#28 )
Version 0.4.2
28 Mar 11:49
Compare
Sorry, something went wrong.
No results found
Version 0.4.2
Fixed a bug that can mark 2+ threads as a faulting thread (#26 ),
Added error annotations to the error reports (#27 ).
Version 0.4.1
30 Sep 17:49
Compare
Sorry, something went wrong.
No results found
Version 0.4.1
Added support for annotations in the client API (#23 ),
Dropped environment variable as a default annotation (#23 ),
Added an exit_timeout parameter, that allows to wait until events are processed before exit (#24 ).
Version 0.4.0
18 Sep 18:00
Compare
Sorry, something went wrong.
No results found
Version 0.4.0
Changed a submission flow - from spawning and sending data from a process to a background thread(#19 ).
Added support for submit.backtrace.io(#14 ).
Added new default attributes:
backtrace.agent, backtrace.version (#13 )
application.session (#13 ),
uname.sysname, uname.version, uname.release (#13 ),
error.type (#13 ),
linux process and system memory information (#15 ),
guid (#15 ),
cpu attributes (#15 ),
process.age (#15 ),
Added a support for attachments (#19 ),
Added a new client initialization attributes:
attributes - client specific attributes that will be included every time the report is being generated (#19 ),
attachments - list of attachments paths (#19 ),
collect_source_code - disable collecting source code information for each stack trace (#20 ),
ignore_ssl_certificate - if True, the option disables ssl validation (#19 ).