Skip to content

Commit

Permalink
feat(telemetry): Record if plugin is run in CI (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Oct 31, 2024
1 parent f7c468d commit 040814d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bundler-plugin-core/src/sentry/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export function setTelemetryDataOnScope(options: NormalizedOptions, scope: Scope

scope.setTag("application-key-set", options.applicationKey !== undefined);

scope.setTag("ci", !!process.env["CI"]);

scope.setTags({
organization: org,
project,
Expand Down

0 comments on commit 040814d

Please sign in to comment.