GitBulletin

Repository: farcasterxyz/hub-monorepo

Tech Transformation Alert: Log Language Shift from 'Message' to 'ErrMessage'!

2024-08-08 18:55:35 UTC

Key adjustement aims to enhance data clarity, ensuring no errors go unnoticed amidst the digital chatter.

Commit Details:

fix: rename log tag from message to errMessage (#2245) ## Why is this change needed? Datadog swallows the "message" tag so rename to "errMessage". ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview The focus of this PR is to update log message properties in `syncHealthJob.ts` and `hubble.ts` for better clarity. ### Detailed summary - Updated log property `message` to `errMessage` in `syncHealthJob.ts` - Added `errMessage` property to log message in `hubble.ts` - Renamed `errCode` property to `errMessage` in log message in `hubble.ts` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar