Releases: stayallive/wp-sentry
Releases · stayallive/wp-sentry
v4.1.1
- Allow overwriting the integrations array using the JavaScript
wp_sentry_hook
callback
v4.1.0
- Add
WP_SENTRY_BROWSER_TRACES_SAMPLE_RATE
option to enable browser performance tracing - Update PHP SDK to version 3.1.4
- Update Sentry Browser to version 6.1.0
v4.0.1
Rereleased 4.0.0 to fix issue with missing dependencies folder, see 4.0.0 changelog for changes!
v4.0.0
Note: This is a breaking release for the PHP 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-3.0.md
Becasue of the upgrade to the 3.x version of the PHP SDK this plugin now has the requirement that it runs on at least PHP 7.2, for older PHP versions stick to version 3.x.
- Drop PHP 7.1 support and add PHP 8.0 support
- Update PHP SDK to version 3.1.3
- Update Sentry Browser to version 6.0.3
v3.11.1
- Fix missing files in the release
v3.11.0
- Update PHP SDK to version 2.5.0
- Update Sentry Browser to version 5.27.3
v3.10.0
- Update PHP SDK to version 2.4.2
- Update Sentry Browser to version 5.20.0
v3.8.0
- Update Sentry Browser to version 5.18.1
- Admin test page will now show for users with the
activate_plugins
capability (instead ofinstall_plugins
) to support sites that haveinstall_plugins
disabled globally - Rename
public/sentry-browser-<Sentry Browser version>.min.js
topublic/wp-sentry-browser.min.js
, this change should have no user impact unless you manually include that file - Renamed
WP_SENTRY_DSN
toWP_SENTRY_PHP_DSN
, both will be supported but the latter is preferred because of it's more descriptive name - Renamed
WP_SENTRY_PUBLIC_DSN
toWP_SENTRY_BROWSER_DSN
, both will be supported but the latter is preferred because of it's more descriptive name
v3.7.0
- Update PHP SDK to version 2.4.0
- Update Sentry Browser to version 5.17.0
v3.6.0
- Update Sentry Browser to version 5.15.5
- Added a way to filter the Browser SDK options and/or disable loading the Browser SDK using JavaScript (https://github.com/stayallive/wp-sentry/blob/v3.6.0/README.md#advanced-client-side-hook)