mozilla / page-metadata-service

DEPRECATED - A RESTful service that returns the metadata about a given URL.
Mozilla Public License 2.0
19 stars 8 forks source link

Catch promise exceptions and forward to sentry #66

Closed jaredlockhart closed 8 years ago

jaredlockhart commented 8 years ago

When we error out in a promise, right now we return an empty object, but we should forward the error to sentry and report it to the user.