We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63818ce commit bbe9975Copy full SHA for bbe9975
src/monitor.js
@@ -24,7 +24,7 @@ module.exports = async app => {
24
identifyUser: (req, res) => { return formaDeExecucao() },
25
identifyCompany: (req, res) => { return version },
26
skip: (req, res) => {
27
- if (req.path === '/favicon.ico' || req.path === '/version' || (formaDeExecucao() === 'serverest.dev' && req.path === '/') || req.headers.monitor) {
+ if (req.path === '/favicon.ico' || req.path === '/version' || req.path === '/socket.io' || (formaDeExecucao() === 'serverest.dev' && req.path === '/') || req.headers.monitor) {
28
return true
29
}
30
},
0 commit comments