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
afd31d2263
API: datetime objects always in UTC
...
i.e. avoid the pain of time-conversions when 'talking with computers'.
2025-09-26 15:01:55 +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
5bb4dc1f20
Expose event stacktrace as markdown
...
Adds a `stacktrace_md` field to EventSerializer and a `/stacktrace` action
returning the same markdown (but as the full response).
Also switches `data` to use `get_parsed_data()` (as it should have) and
in json dict format (rather than str).
2025-09-15 15:13:02 +02:00
Klaas van Schelven
ee5b49e951
API: Sketch TODO for grouping_key[s] fields
...
See #146
2025-09-11 09:55:21 +02:00
Klaas van Schelven
4844c72415
Events API
...
See #146
2025-09-11 09:54:43 +02:00
Klaas van Schelven
4c2c26743e
Canonical API 'skeleton': urls & views
...
this gives me something to look at and work with, despite
being wildly incomplete
See #146
2025-09-09 10:07:10 +02:00