The sentry-cli info
and sentry-cli releases
commands works. However when try to send-event
, I’m getting 302 error.
DEBUG 2019-11-05 15:54:50.824993 -08:00 curl: < HTTP/1.1 302 Found (from sentry)
DEBUG 2019-11-05 15:54:50.825060 -08:00 curl: < Content-Length: 161 (from sentry)
DEBUG 2019-11-05 15:54:50.825075 -08:00 curl: < Content-Type: text/html (from sentry)
DEBUG 2019-11-05 15:54:50.825085 -08:00 curl: < Date: Tue, 05 Nov 2019 23:53:36 GMT (from sentry)
DEBUG 2019-11-05 15:54:50.825094 -08:00 curl: < Location: https://servicebuilder-sentry.docker.savagebeast.com/api/3/store/ (from sentry)
DEBUG 2019-11-05 15:54:50.825104 -08:00 curl: < Server: nginx/1.10.3 (from sentry)
DEBUG 2019-11-05 15:54:50.825113 -08:00 curl: < (from sentry)
DEBUG 2019-11-05 15:54:50.825158 -08:00 Failed to send event (from sentry)
DEBUG 2019-11-05 15:54:50.825457 -08:00 dropping http transport (from sentry)```
Where should I look at next? Any hints how to diagnose?
Thanks in advance!