SomberNight
d0f0669e8f
crash reporter: send traceback for full chain of exceptions
...
Previously if there was a chain of exceptions, we were only
sending the traceback for the final exception.
E.g.
try:
raise ExcOne("asdasd")
except ExcOne() as e:
raise ExcTwo("qweqwe") from e
^ we would lose all info about ExcOne, including potentially many lines of trace
2021-07-12 19:24:58 +02:00
..
2021-07-12 19:24:58 +02:00
2021-02-17 17:28:13 +01:00
2021-06-22 19:44:02 +02:00
2021-06-25 17:40:23 +02:00
2021-02-23 04:19:47 +01:00
2021-07-02 18:44:39 +02:00
2021-04-30 19:43:53 +02:00
2021-06-08 16:45:30 +02:00
2021-07-12 19:24:58 +02:00
2021-04-30 19:55:47 +02:00
2021-04-30 13:13:01 +00:00
2021-03-26 20:54:26 +00:00
2021-04-02 09:38:39 +02:00
2021-03-23 17:30:40 +01:00
2021-04-14 19:08:04 +02:00
2021-07-05 18:39:10 +02:00
2021-06-22 16:16:21 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-07-07 16:57:09 +03:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-04-01 03:33:16 +02:00
2021-04-15 19:00:46 +02:00
2021-06-07 14:46:30 +02:00
2021-04-30 19:43:53 +02:00
2021-06-22 16:16:21 +02:00
2021-07-02 18:44:39 +02:00
2021-04-02 09:38:39 +02:00
2021-03-19 20:51:38 +01:00
2021-03-21 00:36:23 -04:00
2021-07-02 18:44:39 +02:00
2021-04-08 10:46:54 +02:00
2021-06-10 18:52:12 +02:00
2021-03-12 12:41:10 +01:00
2021-03-29 21:29:51 +02:00
2021-06-10 17:26:04 +02:00
2021-03-05 20:46:41 +01:00
2021-03-23 11:05:05 +01:00
2021-07-05 18:39:10 +02:00
2021-04-14 19:14:26 +02:00
2021-04-08 16:24:10 +02:00
2021-03-17 08:22:19 +01:00
2021-04-26 15:17:40 +00:00
2021-03-21 00:36:23 -04:00
2021-02-08 20:26:16 +02:00
2021-03-21 00:36:23 -04:00
2021-02-22 20:11:14 +01:00
2021-06-25 17:40:23 +02:00
2021-03-17 18:11:55 +01:00
2021-05-06 19:47:22 +09:00
2021-05-06 19:47:22 +09:00
2021-06-22 19:24:16 +02:00
2021-03-15 20:44:24 +01:00
2021-06-10 17:26:04 +02:00
2021-03-05 21:04:20 +01:00
2021-07-02 19:42:58 +02:00
2021-03-21 00:36:23 -04:00
2021-06-22 16:16:21 +02:00
2021-03-05 20:46:41 +01:00
2021-06-17 14:03:06 +02:00
2021-06-08 16:21:43 +02:00
2021-07-05 18:39:10 +02:00