googleapis / repo-automation-bots

A collection of bots, based on probot, for performing common maintenance tasks across the open-source repos managed by Google on GitHub.
Apache License 2.0
595 stars 120 forks source link

add source maps for stack traces #5354

Open codyoss opened 1 month ago

codyoss commented 1 month ago

When debugging I noticed stack traces for owlbot were js line numbers that don't correlate well to the ts files. It would be great is the stack traces mapped back to the source files some how.

codyoss commented 1 month ago

cc @sofisl