microlinkhq / sdk

Make any URL embeddable. Turn any URL into a beautiful link preview.

Home Page:https://microlink.io/sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure to log fetch errors

Kikobeats opened this issue · comments

If fetch failed, there is not an easy way to report the error:

fetch.then(({ data }) => mergeData(data))

Need to add the logic necessary to make easy report any kind of error, linking the repository with the error

done at d13c967