datasette-sentry is an example of handle_exception

This commit is contained in:
Simon Willison 2022-08-14 16:07:46 -07:00 committed by GitHub
commit a107e3a028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1261,6 +1261,8 @@ This example logs an error to `Sentry <https://sentry.io/>`__ and then renders a
return inner
Example: `datasette-sentry <https://datasette.io/plugins/datasette-sentry>`_
.. _plugin_hook_menu_links:
menu_links(datasette, actor, request)