Skip to content

3Speak thumbnail type safety#750

Merged
feruzm merged 1 commit into
developfrom
seer/fix/3speak-thumbnail-types
Apr 10, 2026
Merged

3Speak thumbnail type safety#750
feruzm merged 1 commit into
developfrom
seer/fix/3speak-thumbnail-types

Conversation

@sentry
Copy link
Copy Markdown
Contributor

@sentry sentry Bot commented Apr 10, 2026

Fixes ECENCY-NEXT-1C78. The issue was that: videoId in findBestThumbnail is not a string, causing split to fail. videoId comes from element.dataset.embedSrc.

  • Added type checks to ensure image URLs are strings before processing in addThreeSpeakThumbnail.
  • Ensured videoId is a string before splitting in findBestThumbnail.
  • Included type guards for image URLs in findBestThumbnail to prevent errors when checking for permlinks or CDN patterns.

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

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

@feruzm feruzm merged commit 6ffd975 into develop Apr 10, 2026
@feruzm feruzm deleted the seer/fix/3speak-thumbnail-types branch April 10, 2026 05:50
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.

1 participant