kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Configure Sentry to show in-application stack frames #183

Open brianhelba opened 2 years ago

brianhelba commented 2 years ago

Configure Sentry with in_app_include or in_app_exclude.

This may require some magic detection of the project package name or require downstream users to explicitly define a setting.

Thanks @danlamanna for finding this.