Fork me on GitHub
#emacs
<
2022-08-17
>
vemv12:08:49

I'm just thinking aloud, but I'd love a small tool that transformed a production stacktrace (as spat by datadog, or what have you) into an emacs xref stack for your repo. That way you could jump back and forth the stack in an order that would analog to production's.

👀 1
apt14:08:54

I suppose this could reuse cider’s logic for adding links to stacktraces

vemv16:08:03

Yes, also :) it's kind of a different approach, both are valid

jumar07:08:28

Yes, yes, yes - I often want this :)

🍻 1
vemv10:08:48

for DD in particular I found out there's an integration already (which isn't enabled at my team) https://docs.datadoghq.com/integrations/guide/source-code-integration/?tab=github not emacsy, but will alleviate the most immediate pain at least!