How to implement Sentry on WordPress? [closed]
For php I used this guide: https://cloudpresshosting.co.uk/blog/reporting-wordpress-errors-to-sentry For JS, I found out I can take the code of the bundle and the initialization and put in the header, using “add scripts to header and footer” plugin. https://wordpress.org/plugins/header-and-footer-scripts It took me time to notice I can’t put the initialization within the bundle import. Got something like … Read more