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