django-sonar
django-sonar copied to clipboard
Bug: Data error value too long for type character varying(255)
It fails to write requests with long paths (for example with many GET params). I suggest to increase max_length of SonarRequest.path
or even better, change it to textfield instead of charfield.
Thanks for the suggestion! I'll add a migrations in the next release for this.