Skip to content

Releases: stayallive/wp-sentry

v8.2.0

07 Oct 13:00
v8.2.0
a677dce
Compare
Choose a tag to compare
  • Update PHP SDK to version 4.9.0
  • Update Sentry Browser to version 8.33.1

v8.1.0

01 Aug 07:44
v8.1.0
5ea76b8
Compare
Choose a tag to compare
  • Improve admin page with documentation links and added hints on how to configure features of the plugin

v8.0.0

31 Jul 19:12
v8.0.0
05b5853
Compare
Choose a tag to compare

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

14 Jul 10:04
v7.21.0
908551f
Compare
Choose a tag to compare
  • Add actions to safely capture exceptions and messages, read more about how to use here
  • Show query callstack as reversed array instead of string for spans and breadcrumbs
  • When tracing wrap spans in theme.setup and plugins.setup if possible
  • Better transaction name for search page when tracing

v7.20.0

12 Jul 15:10
v7.20.0
8b5a15f
Compare
Choose a tag to compare
  • Fix Excimer classes being incorrectly prefixed making profiling unusable (#198)

v7.19.0

12 Jul 13:58
v7.19.0
c6f2893
Compare
Choose a tag to compare
  • Do not set "anonymous" as user when no user is authenticated (and WP_SENTRY_SEND_DEFAULT_PII is set to true)

v7.18.0

12 Jul 13:08
v7.18.0
85aa672
Compare
Choose a tag to compare
  • Normalize placeholder names in the tracing transaction
  • Preserve leading / in tracing transaction when parsing the matched URL

v7.17.4

10 Jul 14:05
v7.17.4
11eb586
Compare
Choose a tag to compare
  • Fixed warning on admin page because of variable name typo (#196, thanks @leadoux)

v7.17.3

06 Jul 19:24
v7.17.3
facdfd9
Compare
Choose a tag to compare
  • Fixed error resolving the action being performanced by admin-ajax.php when tracing (#195)

v7.17.2

04 Jul 10:21
v7.17.2
a9460ae
Compare
Choose a tag to compare
  • Fixed error with extracting transient keys in transient tracing