Releases: stayallive/wp-sentry
Releases · stayallive/wp-sentry
v3.2.0
- Add admin page (Tools > WP Sentry) to test if the Sentry integration is enabled and working (props @federicobond)
v3.1.0
- Update PHP SDK to version 2.2.6
- Update Sentry Browser to version 5.10.2
v3.0.4
- Fixed error when
WP_SENTRY_VERSION
is not defined and theme version returnsfalse
. - Update PHP SDK to version 2.2.2
v3.0.3
- Use the
ABSPATH
constant as default project root.
v3.0.2
- Show a notice that we only support PHP 7.1+ instead of letting 7.1 code break the site.
v3.0.1
- Just a version bump because a version number was not correctly updated.
v3.0.0
Note: This is a breaking release for both the PHP SDK and the Browser SDK, please test it well and read the migration guides if applicable before upgrading!
If you are doing anything more than just have this plugin installed and a DSN defined on your wp-config.php, check out the upgrade docs:
- PHP SDK: https://github.com/getsentry/sentry-php/blob/master/UPGRADE-2.0.md
- Browser SDK: https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md#upgrading-from-4x-to-5x
Becasue of the upgrade to the 2.x version of the PHP SDK this plugin now has the requirement that it runs on at least PHP 7.1, for older PHP versions stick to version 2.x.
- Update PHP SDK to version 2.2.1
- Update Sentry Browser to version 5.6.3
v2.8.0
- Update Sentry Browser to version 4.6.6
v2.7.2
- Remove unneeded files from the plugin download
v2.7.1
- Fix IE compatibility for JS integration
- Update Sentry Browser to version 4.5.0