Browse Source

set GROWI version

Yuki Takei 1 year ago
parent
commit
beb09d0649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/server/crowi/index.js

+ 1 - 1
apps/app/src/server/crowi/index.js

@@ -147,7 +147,7 @@ Crowi.prototype.init = async function() {
   this.setupCron();
   this.setupCron();
 
 
   // start OpenTelemetry
   // start OpenTelemetry
-  startInstrumentation();
+  startInstrumentation(this.version);
 
 
   // setup messaging services
   // setup messaging services
   await this.setupS2sMessagingService();
   await this.setupS2sMessagingService();