Skip to content

Commit

Permalink
ref: Add used experiments to telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 9, 2023
1 parent ee97da4 commit 5d7d5df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/bundler-plugin-core/src/sentry/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund
);
}

hub.setTag("module-metadata", !!options._experiments.moduleMetadata);
hub.setTag("inject-build-information", !!options._experiments.injectBuildInformation);

// Optional release pipeline steps
hub.setTag("clean-artifacts", release.cleanArtifacts);
if (release.setCommits) {
Expand Down

0 comments on commit 5d7d5df

Please sign in to comment.