contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
151 stars 116 forks source link

feat: show the error and function tab link in the entity card [FUS-97] #1803

Closed Seth-Carter closed 4 days ago

Seth-Carter commented 6 days ago

This PR adds error handling for cases when external resources retrieved via function invocation result in an error.

The error message also presents a link to the relevant function invocation log page in the web app so users can debug any issues caused by errors inside their functions.

image

Seth-Carter commented 5 days ago

@contentful/team-tolkien Are there flakey component tests, or have I actually somehow changed rich text rendering despite not touching any of that code?

chrishelgert commented 5 days ago

@contentful/team-tolkien Are there flakey component tests, or have I actually somehow changed rich text rendering despite not touching any of that code?

Mh I saw the Richtext.HR text failing sometimes, so should be flacky :/

YvesRijckaert commented 5 days ago

@contentful/team-tolkien Are there flakey component tests, or have I actually somehow changed rich text rendering despite not touching any of that code?

Mh I saw the Richtext.HR text failing sometimes, so should be flacky :/

We have a task for it in the backlog: https://contentful.atlassian.net/browse/TOL-2583

Seth-Carter commented 5 days ago

@contentful/team-tolkien Are there flakey component tests, or have I actually somehow changed rich text rendering despite not touching any of that code?

Mh I saw the Richtext.HR text failing sometimes, so should be flacky :/

We have a task for it in the backlog: https://contentful.atlassian.net/browse/TOL-2583

Thanks for confirming that I'm not insane (at least not when it comes to this PR).