Merge remote-tracking branch 'origin/release/2025-11-07' into feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration
# Conflicts: # package-lock.json # package.json
This commit is contained in:
16
server.js
16
server.js
@@ -4,14 +4,14 @@ require("dotenv").config({
|
||||
path: path.resolve(process.cwd(), `.env.${process.env.NODE_ENV || "development"}`)
|
||||
});
|
||||
|
||||
// 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"
|
||||
});
|
||||
}
|
||||
// DATADOG TRACE Implemention (Uncomment to enable tracing, requires dd-trace package)
|
||||
// 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");
|
||||
|
||||
Reference in New Issue
Block a user