This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Flask: JSON request body incorrectly sent as string data #1067
Open
Description
raven-python/raven/contrib/flask.py
Lines 193 to 194 in 7a9455a
This will be the string representation of the JSON, it would make sense to send this as an actual object. Relates to getsentry/sentry#5673