Skip to content

Commit

Permalink
feat(telemetry): Collect whether applicationKey is set (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jun 25, 2024
1 parent 75ca15e commit 473e371
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 @@ -97,6 +97,8 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund

hub.setTag("meta-framework", options._metaOptions.telemetry.metaFramework ?? "none");

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

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

0 comments on commit 473e371

Please sign in to comment.