Skip to content

Commit

Permalink
feat: Don't use word "error" in log message about telemetry (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-daniluk-xtb committed Jun 17, 2024
1 parent 6244ac9 commit 6456536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/src/plugins/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function telemetryPlugin({
async buildStart() {
if (await shouldSendTelemetry) {
logger.info(
"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`."
);
sentryHub.startTransaction({ name: "Sentry Bundler Plugin execution" }).finish();
await safeFlushTelemetry(sentryClient);
Expand Down

0 comments on commit 6456536

Please sign in to comment.