Skip to main content

Free Chrome extension: copy all trace exceptions as clean text in one click (open source)

  • July 15, 2026
  • 2 replies
  • 9 views

I spend a bit of time on the trace screen, I’m sure I am not alone, and I got tired of clicking every “Show more” and drag-selecting stack traces that paste in notepad.

 

So I built a small Chrome extension I now use regularly, and I figured others here might find it useful:

 

• One click copies every exception on the page: all “Show more” links auto-expanded as numbered plain text

• The copied header includes which request caused the error: screen ID, command, request type, time, duration. If the errored request isn’t the row you have selected, it selects it and copies anyway

• A “Copy for AI” button prepends your own configurable prompt, so the paste is a ready-made debugging request for Claude/ChatGPT/Copilot

• There’s also a “Pick element” crosshair mode to copy just one panel (Messages tab, SQL tab, a single exception)

 

It’s free, MIT-licensed and open source, with no accounts, no analytics, and no network requests — you can verify that in the code.

 

Chrome Web Store: https://tinyurl.com/AcumaticaTraceCopier

Source: https://github.com/alconroy/acumatica-trace-copier

 

A quick video on how it works: https://youtu.be/g6SgLA5oMlo?si=ukuC0-st3nIvgv57

and a quick video on how to install on chrome:  https://youtu.be/-1RLfcGtAM0?si=rN_5p2J_Idg2MhUT

 

 

I’d love feedback on this, if you find it useful or not 😊  (Unofficial tool — not affiliated with Acumatica, Inc.)

2 replies

Heidi Dempsey
Community Manager
Forum|alt.badge.img+3
  • Community Manager
  • July 15, 2026

@alanconroy31 Thanks for sharing.  Excited to see the feedback!


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • July 15, 2026

Thank you for sharing this tip with the community ​@alanconroy31!