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
If I encounter a JS error on one of my company's intranet sites and I hover over the "Info" icon, I see something like this:
Show error notification icon on localhost
I think maybe the plugin is getting confused because the hostname in the URL has no dots. For instance, the URL for my dashboard on our internal Gerrit installation is this: http://gerrit/dashboard/self
The issue is that I would like to turn off the notifications for these intranet sites because I don't care about errors there, but if I do that, I turn off notifications for locahost, which I DO care about because that's where I'm doing my development. 😃
The text was updated successfully, but these errors were encountered:
If I encounter a JS error on one of my company's intranet sites and I hover over the "Info" icon, I see something like this:
Show error notification icon on localhost
I think maybe the plugin is getting confused because the hostname in the URL has no dots. For instance, the URL for my dashboard on our internal Gerrit installation is this:
http://gerrit/dashboard/self
The issue is that I would like to turn off the notifications for these intranet sites because I don't care about errors there, but if I do that, I turn off notifications for
locahost
, which I DO care about because that's where I'm doing my development. 😃The text was updated successfully, but these errors were encountered: