mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Update logging ignore list comment (#25769)
This commit is contained in:
parent
abc559388e
commit
5a701c418f
@ -38,7 +38,8 @@ export function initRageshake(): Promise<void> {
|
||||
() => {
|
||||
logger.log("Initialised rageshake.");
|
||||
logger.log(
|
||||
"To fix line numbers in Chrome: " + "Meatball menu → Settings → Ignore list → Add /rageshake\\.js$",
|
||||
"To fix line numbers in Chrome: " +
|
||||
"Meatball menu → Settings → Ignore list → Add /rageshake\\.ts & /logger\\.ts$",
|
||||
);
|
||||
|
||||
window.addEventListener("beforeunload", () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user