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
8b241f0a11
Fix: trim trailing whitespace in stacktrace markdown
...
Chose to fix output, not loosen the test: trailing spaces are invisible
noise, vary by editors/OS, and break deterministic rendering in Markdown.
Stripping them makes output more useful in general and avoids flaky diffs.
2025-09-15 16:37:28 +02:00
Klaas van Schelven
4d18008cd8
Bandit fixes
...
also brings the exception-handling of apply_sourcemaps inline
w/ issues/views.py (as promised per the module header)
2025-09-15 16:29:06 +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
0fb81b29ae
markdown_stacktrace util: display an event's stacktrace in markdown
2025-09-12 16:41:39 +02:00