Skip to content

Commit c06cca0

Browse files
chore: update comment
Co-authored-by: Andrei <[email protected]>
1 parent a209ea9 commit c06cca0

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/src

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import express from 'express';
99
const app = express();
1010
const port = 3030;
1111

12-
// import and init sentry last for missing instrumentation
12+
// import and init sentry last to test for missing otel instrumentation
1313
import * as Sentry from '@sentry/node';
1414
Sentry.init({
1515
environment: 'qa', // dynamic sampling bias to keep transactions

0 commit comments

Comments
 (0)