getsentry / sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry
https://sentry.io
BSD 3-Clause "New" or "Revised" License
142 stars 37 forks source link

feat: Don't use word "error" in log message about telemetry #548

Closed mateusz-daniluk-xtb closed 5 months ago

mateusz-daniluk-xtb commented 5 months ago

Summary

Refactored a log message in the telemetry.ts plugin to improve clarity and reduce false positives when searching for errors in logs.

Files Changed

Reason for Changes

The previous log message contained the word "error," which led to confusion when searching for actual errors in the logs using ctrl/cmd + F. The modified message improves the clarity of logs and reduces false positives during searches.

Impact of Changes

Additional Notes

This change aims to enhance developer experience by streamlining the process of locating and addressing genuine errors in the build logs.