Posted April 03, 2023 by AceOfAces
Well... Didn't expect to push a new release so soon, but... turns out that the previous release was a bit borked. The CDN version of Sentry doesn't support offline caching. So... I had to re-tool the plugin.
This version is re-built so it included the libraries needed for Sentry and its features. It's no longer required to edit the index.html file in order to add the required libraries. The downside is that the plugin is bigger, so it can cause some delays on first startup. Now, if you need to update Sentry, you should grab the original files from the repo and then run the following on a command prompt or terminal (when pointing to the Service Integration/Sentry folder):
npm install npm update @sentry/browser --save npx webpack node merge.js
This will install the dev tools required, update Sentry and then build the final plugin.