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
Currently Element logs a bunch of stuff just plain to console.log, like this;
This is a bit verbose, and so I think it'd be more helpful if it could be prefixed with the "domains" of those logs like Discord does;
The text was updated successfully, but these errors were encountered:
The rageshake.js:00 link on the right hand side of those logs is rather useless, however there's a nifty trick that is printed at the very top of the logs that will let you have the correct file and link to the original file/line
To fix line numbers in Chrome: Meatball menu → Settings → Ignore list → Add rageshake\.js$
Let me know if that fixes your use case or if there is something else you had in mind
Currently Element logs a bunch of stuff just plain to
console.log
, like this;This is a bit verbose, and so I think it'd be more helpful if it could be prefixed with the "domains" of those logs like Discord does;
The text was updated successfully, but these errors were encountered: