mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-11-12 02:01:02 +01:00
Add a message for troubleshooting
This commit is contained in:
parent
05b23d4d17
commit
922bef38fc
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user