itch.io is community of indie game creators and players

Devlogs

Version R1.06 released!

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.

Files

  • RPG Maker MV Version 82 kB
    Version 1.6.0-20230403
Download Sentry Integration for RPG Maker
Leave a comment