Skip to content

Commit ed6adc9

Browse files
committed
feat(telemetry): Collect whether applicationKey is set
1 parent 75ca15e commit ed6adc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund
9797

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

100+
hub.setTag("application-key-set", options.applicationKey !== undefined);
101+
100102
hub.setTags({
101103
organization: org,
102104
project,

0 commit comments

Comments
 (0)