18 Commits

Author SHA1 Message Date
Klaas van Schelven
9cb89ecf46 Markdown stacktrace: render with all frames
not just in-app ones;

basic principle: more info means the LLM (or whatever) has more to go by
2025-10-10 09:19:11 +02:00
Klaas van Schelven
d3fd513e43 Remove 'last' handling of exceptions md
you generally just want the whole stacktrace, I'd say
2025-09-15 16:24:59 +02:00
Klaas van Schelven
17007d5f55 MarkDown: in the regular UI too
See #127
2025-09-15 15:28:07 +02:00
Klaas van Schelven
561c1d324a event.data getters
in preparation for scenarios where the dumped data is not stored in the DB
2025-02-07 17:09:36 +01:00
Klaas van Schelven
b597d91af7 Become robust for lack of .values key in exception
Fix #16
2024-12-16 11:22:32 +01:00
Klaas van Schelven
c50780ab4e Use atomic transactions in views 2024-04-18 13:15:46 +02:00
Klaas van Schelven
602678b941 Add 'plain' view (Python-specific; only half-tested) 2024-03-30 23:10:18 +01:00
Klaas van Schelven
78fbc6481a Remove 'debug view' as per comment in the view 2024-03-26 23:14:36 +01:00
Klaas van Schelven
06f8fc0522 events authorization check 2024-03-26 23:08:50 +01:00
Klaas van Schelven
6db3f94eb6 View events only as part of an issue 2023-11-14 19:14:53 +01:00
Klaas van Schelven
ca66d9c6d8 Request: UI 2023-11-13 20:57:58 +01:00
Klaas van Schelven
c054b48a4b Download and raw links 2023-11-13 18:35:29 +01:00
Klaas van Schelven
92cca690a9 Show logentries in the UI 2023-11-13 18:10:02 +01:00
Klaas van Schelven
901306fbbb exception.values is required, act like it 2023-11-13 17:58:20 +01:00
Klaas van Schelven
725822ce3d Events: some modelling and a command to ingest JSONs from other projects as examples 2023-11-11 21:13:15 +01:00
Klaas van Schelven
b8b65b1ea6 Add visibility (debugability) to issue_grouper concept 2023-11-08 22:22:18 +01:00
Klaas van Schelven
fc7e186918 getting hash for issue: use GlitchTip's approach as an early stand-in
af9a700a8706f20771b005804d8c92ca95c8b072 in GlitchTip
2023-11-04 22:14:39 +01:00
Klaas van Schelven
1a5bf7d56c The ugliest thing that could get a stacktrace on screen 2023-11-04 21:02:04 +01:00