I recently decided to switch from Raven to sentry-sdk version 0.7.3.
When an event was reported using Raven I use to have many useful tags (the URLs originating the error, the user browser/device, OS information and much more). All this comes out of the box without the need to include any scripts in the frontend.
Despite sentry-sdk has simplified the configuration process I find myself with a weaker error tracking system (fewer information on each event).
I am working on a Django project and followed the docs
Am I missing something?
I recently decided to switch from Raven to
sentry-sdkversion 0.7.3.When an event was reported using Raven I use to have many useful tags (the URLs originating the error, the user browser/device, OS information and much more). All this comes out of the box without the need to include any scripts in the frontend.
Despite sentry-sdk has simplified the configuration process I find myself with a weaker error tracking system (fewer information on each event).
I am working on a Django project and followed the docs
Am I missing something?