Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

Fixes ECENCY-NEXT-V4V. The issue was that: Hive API returns posts with null json_metadata; code attempts to read description from null, causing TypeError.

  • Marks json_metadata property in Entry type as nullable.
  • Adds optional chaining to access json_metadata properties to avoid errors when it's null.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 29151

Not quite right? Click here to continue debugging with Seer.

@dkildar dkildar requested review from dkildar and feruzm September 23, 2025 11:39
Copy link
Collaborator

@dkildar dkildar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@feruzm feruzm merged commit 799497a into develop Sep 23, 2025
@feruzm feruzm deleted the seer/fix-nullable-json-metadata branch September 23, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants