Ghost/apps
Ronald Langeveld 0712f17546
Fixed Sentry initialising twice in Admin and AdminX (#18321)
no issue

- The second initialisation inside the React app isn't needed since it's
being initialised by Ember and the required settings is being passed
correctly to the Ember library inside React.
- The second initialisation caused Admin X to not report issues
correctly.
- To test, add `"client_sentry": { "enabled": false, "dsn": "" }` to the
`config.development.json` and write some bad code to trigger issues.

---

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

This change refactors the error handling and reporting logic in the
`admin-x-settings` app by removing the redundant Sentry initialization
from the `App` component and using the global instance instead. This
avoids potential conflicts and performance issues with multiple Sentry
instances.
2023-09-25 12:00:47 +07:00
..
admin-x-settings Fixed Sentry initialising twice in Admin and AdminX (#18321) 2023-09-25 12:00:47 +07:00
announcement-bar
comments-ui
portal Fixed recommendations modal heading issue 2023-09-22 14:42:16 +01:00
signup-form Update dependency autoprefixer to v10.4.16 2023-09-21 11:50:58 +02:00
sodo-search Released Sodo-Search v1.1.1 2023-09-22 18:33:10 +02:00