We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209ea9 commit c06cca0Copy full SHA for c06cca0
dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/src/app.ts
@@ -9,7 +9,7 @@ import express from 'express';
9
const app = express();
10
const port = 3030;
11
12
-// import and init sentry last for missing instrumentation
+// import and init sentry last to test for missing otel instrumentation
13
import * as Sentry from '@sentry/node';
14
Sentry.init({
15
environment: 'qa', // dynamic sampling bias to keep transactions
0 commit comments