We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef22fc commit c8e17efCopy full SHA for c8e17ef
packages/core/src/otel.ts
@@ -1,4 +1,4 @@
1
-import { registerInstrumentations } from '@opentelemetry/instrumentation';
+//import { registerInstrumentations } from '@opentelemetry/instrumentation';
2
//import { diag, DiagConsoleLogger, DiagLogLevel } from '@opentelemetry/api';
3
//import { trace } from '@opentelemetry/api';
4
@@ -56,12 +56,12 @@ try {
56
// Initialize the OpenTelemetry APIs to use the NodeTracerProvider bindings
57
provider.register();
58
59
- registerInstrumentations({
60
- instrumentations: [
61
- getNodeAutoInstrumentations(),
62
- new HttpInstrumentation(),
63
- ],
64
- });
+ // registerInstrumentations({
+ // instrumentations: [
+ // getNodeAutoInstrumentations(),
+ // new HttpInstrumentation(),
+ // ],
+ // });
65
66
67
console.log("setup!")
0 commit comments