Closed ouven closed 8 months ago
As a small convenience upgrade, it would be nice if I could configure a template for code links. Like Plug does:
PLUG_EDITOR=vscode://file/__FILE__:__LINE__
So I can directly click the stack trace and jump into my code editor.
Hi @ouven!
I think you can achieve what you want by setting up the backtrace links in your app settings.
https://docs.appsignal.com/application/backtrace-links.html#configure-the-repo-url
Describe the feature
As a small convenience upgrade, it would be nice if I could configure a template for code links. Like Plug does:
So I can directly click the stack trace and jump into my code editor.