You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many javascript environments are written using source code files that don't map 1:1 with the codebase used at runtime, due to typescript and/or minification
this makes viewing logs not such a great experience — it would be awesome if betterstack supported JS sourcemaps, particularly for environments like cloudflare workers where all your code gets bundled up into a single giant JS file
The text was updated successfully, but these errors were encountered:
@curusarn that would be great. it's worth pointing out — i think this feature would require support from the logtail API/backend team. actually uploading the sourcemap via logtail-js should be pretty trivial as you pointed out, but those sourcemaps would actually need to be uploaded somewhere presumably stored by logtail and used to display in e.g. the logtail UI, or possibly via API access to logs.
many javascript environments are written using source code files that don't map 1:1 with the codebase used at runtime, due to typescript and/or minification
this makes viewing logs not such a great experience — it would be awesome if betterstack supported JS sourcemaps, particularly for environments like cloudflare workers where all your code gets bundled up into a single giant JS file
The text was updated successfully, but these errors were encountered: