release/2025-04-25 - Update DD, trying again

This commit is contained in:
Dave Richer
2025-05-02 13:45:14 -04:00
parent a5a01c44fa
commit e50cb86296
3 changed files with 45 additions and 45 deletions

View File

@@ -5,13 +5,13 @@ require("dotenv").config({
});
// Commented out due to stability issues
// if (process.env.NODE_ENV) {
// require("dd-trace").init({
// profiling: true,
// env: process.env.NODE_ENV,
// service: "bodyshop-api"
// });
// }
if (process.env.NODE_ENV) {
require("dd-trace").init({
profiling: true,
env: process.env.NODE_ENV,
service: "bodyshop-api"
});
}
const cors = require("cors");
const http = require("http");