Skip to content

Commit 6456536

Browse files
feat: Don't use word "error" in log message about telemetry (#548)
1 parent 6244ac9 commit 6456536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/bundler-plugin-core/src/plugins/telemetry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function telemetryPlugin({
2121
async buildStart() {
2222
if (await shouldSendTelemetry) {
2323
logger.info(
24-
"Sending error and performance telemetry data to Sentry. To disable telemetry, set `options.telemetry` to `false`."
24+
"Sending telemetry data on issues and performance to Sentry. To disable telemetry, set `options.telemetry` to `false`."
2525
);
2626
sentryHub.startTransaction({ name: "Sentry Bundler Plugin execution" }).finish();
2727
await safeFlushTelemetry(sentryClient);

0 commit comments

Comments
 (0)