1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-09-24 09:28:19 +02:00

Add a message for troubleshooting

This commit is contained in:
Luna 2022-11-19 16:38:43 +00:00
parent 05b23d4d17
commit 922bef38fc

View File

@ -6,6 +6,7 @@ import * as dotenv from "dotenv";
dotenv.config({path: __dirname + '/.env'});
if (process.env.OPENTELEMETRY_ENABLED === "true") {
console.log('Enabling OpenTelemetry-compatible tracing...');
require('./tracing');
}