Skip to content

Sentry attachments

Tad Lispy requested to merge sentry-attachments into master

Upon error send a DOM snapshot as an attachment to Sentry. Since the errors thrown by Elm seem to never cease, I had to also implement a sort of rate limit. Errors that look alike are reported at most once a minute.

Thanks to lydell and encetamasb for suggesting the rate limiting solution.

Merge request reports