[PR #9342] [MERGED] Closes #9340: Enable Sentry integration #13452

Closed
opened 2025-12-29 22:27:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9342
Author: @jeremystretch
Created: 5/11/2022
Status: Merged
Merged: 5/11/2022
Merged by: @jeremystretch

Base: developHead: 9340-sentry


📝 Commits (3)

  • 6f5c2f1 Enable & document Sentry integration
  • c146596 Implement a custom 404 handler to enable Sentry reporting
  • 312d6c8 Add sentry-sdk as a dependency

📊 Changes

9 files changed (+106 additions, -3 deletions)

View changed files

📝 base_requirements.txt (+4 -0)
docs/administration/error-reporting.md (+29 -0)
📝 docs/configuration/optional-settings.md (+33 -0)
📝 docs/release-notes/version-3.2.md (+1 -0)
📝 mkdocs.yml (+1 -0)
📝 netbox/netbox/settings.py (+25 -0)
📝 netbox/netbox/urls.py (+1 -0)
📝 netbox/netbox/views/__init__.py (+11 -3)
📝 requirements.txt (+1 -0)

📄 Description

Closes: #9340

  • Introduces sentry-sdk as a new dependency & enables Sentry integration
  • Introduces three new configuration parameters for Sentry
  • Adds an "error reporting" section under the administration docs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/9342 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/11/2022 **Status:** ✅ Merged **Merged:** 5/11/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `9340-sentry` --- ### 📝 Commits (3) - [`6f5c2f1`](https://github.com/netbox-community/netbox/commit/6f5c2f1e2973e75e7c8772e1bddbcd703a6b8fd4) Enable & document Sentry integration - [`c146596`](https://github.com/netbox-community/netbox/commit/c14659656474fe46ef06a92b8b99562d3c19ee78) Implement a custom 404 handler to enable Sentry reporting - [`312d6c8`](https://github.com/netbox-community/netbox/commit/312d6c890e64b6d2d4699916ff8c53cb72147337) Add sentry-sdk as a dependency ### 📊 Changes **9 files changed** (+106 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+4 -0) ➕ `docs/administration/error-reporting.md` (+29 -0) 📝 `docs/configuration/optional-settings.md` (+33 -0) 📝 `docs/release-notes/version-3.2.md` (+1 -0) 📝 `mkdocs.yml` (+1 -0) 📝 `netbox/netbox/settings.py` (+25 -0) 📝 `netbox/netbox/urls.py` (+1 -0) 📝 `netbox/netbox/views/__init__.py` (+11 -3) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description ### Closes: #9340 - Introduces `sentry-sdk` as a new dependency & enables Sentry integration - Introduces three new configuration parameters for Sentry - Adds an "error reporting" section under the administration docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:27:30 +01:00
adam closed this issue 2025-12-29 22:27:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13452