Add list of installed plugins to server error report #8413

Closed
opened 2025-12-29 20:36:25 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 3, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.5.7

Feature type

Change to existing functionality

Proposed functionality

When an unhandled exception is raised, NetBox returns a 500 HTTP response indicating a server error and renders an error page. This page includes the error message as well as environment details, including the NetBox and Python versions:

server_error

We should report the name and version for each installed plugin as well.

Use case

Many errors that we see reported for NetBox are actually caused by some issue within an installed plugin. Including the list of installed plugins in error reports will help us to better analyze reported bugs and identify trends.

Database changes

No response

External dependencies

No response

Originally created by @jeremystretch on GitHub (Aug 3, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.5.7 ### Feature type Change to existing functionality ### Proposed functionality When an unhandled exception is raised, NetBox returns a 500 HTTP response indicating a server error and renders an error page. This page includes the error message as well as environment details, including the NetBox and Python versions: ![server_error](https://github.com/netbox-community/netbox/assets/13487278/b482e67f-cb4c-4a1a-90a3-faf507540faf) We should report the name and version for each installed plugin as well. ### Use case Many errors that we see reported for NetBox are actually caused by some issue within an installed plugin. Including the list of installed plugins in error reports will help us to better analyze reported bugs and identify trends. ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: feature labels 2025-12-29 20:36:25 +01:00
adam closed this issue 2025-12-29 20:36:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8413