You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
There is no clear way to track internal sentry errors. I just spent 2 hours to find out why raven don't send any errors to our selfhosted instance.
Raven just silently ingest all my captures and do nothing. After debugging I find out that server sent me {"error":"Missing required attribute in authentication header: sentry_secret"}. After fix dsn url I got https error while Do request.
This errors was absolutely silent - I just debugged it from internals.
The text was updated successfully, but these errors were encountered:
There is no clear way to track internal sentry errors. I just spent 2 hours to find out why raven don't send any errors to our selfhosted instance.
Raven just silently ingest all my captures and do nothing. After debugging I find out that server sent me
{"error":"Missing required attribute in authentication header: sentry_secret"}
. After fix dsn url I got https error while Do request.This errors was absolutely silent - I just debugged it from internals.
The text was updated successfully, but these errors were encountered: