For some error from my rails application, I get an error entry at rollbar ``` "Response Timestamp: 2019-01-11 02:19 pm Status code: 400 Response body: { "message": "invalid or missing instance", "err": 1 } ``` Request ``` Relative URL: /api/1/item/ Request body: { "{\"access_token\":\"<omitted>",\"data\":{\"timestamp\":1547212741,\"environment\":\"production\",\"level\":\"error\",\"language\":\"ruby\",\"framework\":\"Rails: 5.1.6.1\",\"server\":{\"host\":\"<omitted longer rest of request body> ``` How can this be fixed? the request body length is ~ 65,527 characters