From 13651500aaebd42bda3a003b8bec38c3c3ebf2a7 Mon Sep 17 00:00:00 2001 From: Vageeshan Mankala Date: Sat, 16 Dec 2023 07:02:19 -0800 Subject: [PATCH] Add sentry to the third party packages (#2279) * Update third-party-packages.md * Update third-party-packages.md * improve wording --------- Co-authored-by: Marcelo Trylesinski --- docs/third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 23b8376d9..18cbfe1ae 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -251,3 +251,10 @@ Provides translations, localization, and timezone support via Babel integration. GitHub Allows mounting [package resources](https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources) for static data, similar to [StaticFiles](https://www.starlette.io/staticfiles/). + +### Sentry + +GitHub | +Documentation + +Sentry is a software error detection tool. It offers actionable insights for resolving performance issues and errors, allowing users to diagnose, fix, and optimize Python debugging. Additionally, it integrates seamlessly with Starlette for Python application development. Sentry's capabilities include error tracking, performance insights, contextual information, and alerts/notifications.