We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
applicationKey
1 parent 75ca15e commit 473e371Copy full SHA for 473e371
1 file changed
packages/bundler-plugin-core/src/sentry/telemetry.ts
@@ -97,6 +97,8 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund
97
98
hub.setTag("meta-framework", options._metaOptions.telemetry.metaFramework ?? "none");
99
100
+ hub.setTag("application-key-set", options.applicationKey !== undefined);
101
+
102
hub.setTags({
103
organization: org,
104
project,
0 commit comments