Subject: | data should be stringified |
Discarded invalid value for parameter 'sentry.interfaces.Http' Collapse
{
"name": "sentry.interfaces.Http",
"value": {
"cookies": null,
"url": "",
"headers": {},
"env": null,
"query_string": null,
"data": "HASH(0x9a6be00)",
"method": "GET"
}
}
the base module expects string
Sentry/Raven.pm:687
data => _trim($context{data}, MAX_HTTP_DATA),