Crash reporting stopped working a couple weeks ago

Last crash report made available to the UI is from about 14 days ago (around the 6th of October). Is this expected ?

Thanks for reporting this!

We are still seeing reports coming in.
We’ve been reworking some internals and it is possible we overlooked something.
At the moment I suspect it could be related to the Content-Type header not being set to “application/json” on all versions of the editor / devices / plugin.
I’ll be in contact and we can figure it out.

Chris, you’re right. My problem was that I was using a very old version of the client side where that header was missing. It was also sending Form data instead of the json that now seems to be the rule. Upgrading the client solved it.

Awesome! Glad to hear it!