Yuki Takei před 9 měsíci
rodič
revize
c1b65abf06

+ 1 - 1
apps/app/src/features/opentelemetry/server/semconv.ts

@@ -36,4 +36,4 @@ span.setAttributes({
 Occasionally, one should review changes to `@opentelemetry/semantic-conventions` to see if any used unstable conventions have changed or been stabilized. However, an update to a newer minor version of the package will never be breaking.
 */
 
-export declare const ATTR_SERVICE_INSTANCE_ID: 'service.instance.id';
+export const ATTR_SERVICE_INSTANCE_ID = 'service.instance.id';