oncall-engine/engine/apps/social_auth
dimitar-ivanov-93 ef258f5f56
Social auth exception logging (#2041)
This will vastly improve troubleshooting when an unexpected error
occurs.

# What this PR does
Enables logging of the exception that might be thrown by
SocialAuthExceptionMiddleware. It vastly improves the speed and accuracy
of troubleshooting requests to external applications with the aim to
authenticate, since there is usually no response to look at.
## Which issue(s) this PR fixes
Closes [#2035](https://github.com/grafana/oncall/issues/2035)
## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2023-06-02 11:20:54 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
backends.py Fix spelling of "lose" (#346) 2022-08-09 15:56:07 +03:00
exceptions.py Slack team connector v2 (#1581) 2023-03-28 03:27:45 +00:00
live_setting_django_strategy.py Validate Slack and Telegram host env variables (#307) 2022-08-02 12:57:12 +03:00
middlewares.py Social auth exception logging (#2041) 2023-06-02 11:20:54 +00:00
pipeline.py Fix insight_logs exceptions (#1757) 2023-04-17 07:16:18 +00:00