django-sonar icon indicating copy to clipboard operation
django-sonar copied to clipboard

The missing debug tool for django

Results 12 django-sonar issues
Sort by recently updated
recently updated
newest added

There is a problem when handling Decimal field: Object of type Decimal is not JSON serializable

Hello. It would be great if ``DJANGO_SONAR['excludes']`` could automatically detect language code prefix in the URL path. So instead of setting this: ```python DJANGO_SONAR = { 'excludes': [ '/en/jsi18n/', '/sk/jsi18n/',...

Hello. Filtering requests by method, path and status (maybe date as well) would be really useful! Thank you.

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...

Hello, when I use sonar on localhost, I can see the database queries. But when I use it on production server, I see "No queries found" message only. What could...

Hello. I noticed there is a Payload information for GET and POST data in request detail. I am using PUT method in my projects as well, but the payload is...

Thank you for creating an extremely useful package !!! Can you add command like telescope prune ([reference](https://laravel.com/docs/10.x/telescope#data-pruning)) I think it will be very useful to clean up unnecessary data

I'm thinking about having two databases, one for the application and another to store the sonar information, to be used in production.

enhancement

Hello there :wave: I came across Sonar, read through the code, and i like the idea. Jus noticed that you're saving POST data into the database and wanted to raise...

Does not work with django-4.2 ![CleanShot 2024-05-23 at 14 15 04@2x](https://github.com/metalogico/django-sonar/assets/75883669/c1569347-8eed-4e35-a538-11b29ef7fcdf)