Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
  • Loading branch information
chargome and andreiborza authored Jun 25, 2024
1 parent a209ea9 commit c06cca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import express from 'express';
const app = express();
const port = 3030;

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

0 comments on commit c06cca0

Please sign in to comment.