add server stats logging

see https://newrelic.com for more info
This commit is contained in:
Mystikfluu
2022-09-09 20:58:39 +02:00
parent bbf5d1b2c3
commit 381c50adf0
5 changed files with 1090 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
import "newrelic"
import http from "http";
import * as express from "express";
import useragent from "express-useragent";