We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6244ac9 commit 6456536Copy full SHA for 6456536
packages/bundler-plugin-core/src/plugins/telemetry.ts
@@ -21,7 +21,7 @@ export function telemetryPlugin({
21
async buildStart() {
22
if (await shouldSendTelemetry) {
23
logger.info(
24
- "Sending error and performance telemetry data to Sentry. To disable telemetry, set `options.telemetry` to `false`."
+ "Sending telemetry data on issues and performance to Sentry. To disable telemetry, set `options.telemetry` to `false`."
25
);
26
sentryHub.startTransaction({ name: "Sentry Bundler Plugin execution" }).finish();
27
await safeFlushTelemetry(sentryClient);
0 commit comments