Skip to content

Commit b27988d

Browse files
author
Luca Forstner
authored
ref: Add used experiments to telemetry (#372)
1 parent 789668d commit b27988d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/bundler-plugin-core/src/sentry/telemetry.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund
7070
);
7171
}
7272

73+
hub.setTag("module-metadata", !!options._experiments.moduleMetadata);
74+
hub.setTag("inject-build-information", !!options._experiments.injectBuildInformation);
75+
7376
// Optional release pipeline steps
7477
hub.setTag("clean-artifacts", release.cleanArtifacts);
7578
if (release.setCommits) {

0 commit comments

Comments
 (0)