Releases: stayallive/wp-sentry
Releases · stayallive/wp-sentry
v8.2.0
v8.1.0
- Improve admin page with documentation links and added hints on how to configure features of the plugin
v8.0.0
Note: This is a breaking release for the Browser/JavaScript SDK
We are now shipping version 8 of the browser SDK. If you don't have any custom integration with Sentry on the browser side there is nothing for you to do. But if you do please see the Browser SDK v8 migration guide and test this release.
Since this version of the plugin we no longer bundle ES5 versions of the Browser SDK, which means that if you still need to support older browsers (Internet Explorer 11 mainly) you need to stay on 7.x or bring your own ES5 compatible bundles.
- Update Sentry Browser to version 8.21.0
- Add support for the User Feedback Widget. Read more about how to enable it here
- Update PHP SDK to version 4.8.1
- Add trace propagation meta tags to the HTML output (when tracing is enabled) to allow traces from the browser to be linked to PHP traces
v7.21.0
v7.20.0
v7.19.0
- Do not set "anonymous" as user when no user is authenticated (and
WP_SENTRY_SEND_DEFAULT_PII
is set totrue
)
v7.18.0
- Normalize placeholder names in the tracing transaction
- Preserve leading
/
in tracing transaction when parsing the matched URL
v7.17.4
v7.17.3
v7.17.2
- Fixed error with extracting transient keys in transient tracing