-
Notifications
You must be signed in to change notification settings - Fork 146
Feature/add longterm metrics #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
server/src/routes/metrics.ts
Outdated
res.send(metrics); | ||
} catch (error) { | ||
//console.log(error) | ||
res.send(error) |
Check warning
Code scanning / CodeQL
Information exposure through a stack trace Medium
server/src/routes/metrics.ts
Outdated
res.send(metrics); | ||
} catch (error) { | ||
//console.log(error) | ||
res.send(error) |
Check warning
Code scanning / CodeQL
Information exposure through a stack trace Medium
server/src/routes/metrics.ts
Outdated
res.send(metrics); | ||
} catch (error) { | ||
//console.log(error) | ||
res.send(error) |
Check warning
Code scanning / CodeQL
Information exposure through a stack trace Medium
server/src/routes/metrics.ts
Outdated
res.send(metrics); | ||
} catch (error) { | ||
//console.log(error) | ||
res.send(error) |
Check warning
Code scanning / CodeQL
Information exposure through a stack trace Medium
Uh oh!
There was an error while loading. Please reload this page.