0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/admin-x-settings/src/admin-x-ds
Ronald Langeveld f7b50456ea
Added Sentry integration to Admin X (#18288)
no issue

- Adds Sentry to Admin X settings to be able to monitor uncaught errors, etc.

---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 76de125</samp>

Added Sentry integration to the admin-x-settings app to improve error
monitoring and reporting. Updated the `ErrorBoundary` and `HtmlEditor`
components, the `useFetchApi` hook, and the app component to use the
`@sentry/react` module. Passed the `sentryDSN` prop from the parent
component to the app component and the services context.
2023-09-22 09:17:04 +00:00
..
assets Added Unsplash selector to AdminX (#18216) 2023-09-21 02:23:45 +00:00
docs
experimental
global Added Sentry integration to Admin X (#18288) 2023-09-22 09:17:04 +00:00
settings AdminX searchfield keyboard shortcut (#18244) 2023-09-20 14:32:18 +02:00
unsplash Added Unsplash selector to AdminX (#18216) 2023-09-21 02:23:45 +00:00
Boilerplate.stories.tsx
Boilerplate.tsx