Skip to content

Releases: stayallive/wp-sentry

v4.1.1

07 Feb 17:16
v4.1.1
b85ede4
Compare
Choose a tag to compare
  • Allow overwriting the integrations array using the JavaScript wp_sentry_hook callback

v4.1.0

06 Feb 12:22
v4.1.0
0b72eac
Compare
Choose a tag to compare
  • 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

31 Jan 01:22
v4.0.1
2eb8727
Compare
Choose a tag to compare

Rereleased 4.0.0 to fix issue with missing dependencies folder, see 4.0.0 changelog for changes!

v4.0.0

31 Jan 01:08
v4.0.0
6fcb683
Compare
Choose a tag to compare

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:

  • 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

10 Nov 19:05
v3.11.1
203aaf0
Compare
Choose a tag to compare
  • Fix missing files in the release

v3.11.0

10 Nov 15:39
v3.11.0
9cbacda
Compare
Choose a tag to compare
  • Update PHP SDK to version 2.5.0
  • Update Sentry Browser to version 5.27.3

v3.10.0

24 Jul 13:25
v3.10.0
06cb79c
Compare
Choose a tag to compare
  • Update PHP SDK to version 2.4.2
  • Update Sentry Browser to version 5.20.0

v3.8.0

28 Jun 11:36
v3.8.0
ee87b03
Compare
Choose a tag to compare
  • Update Sentry Browser to version 5.18.1
  • Admin test page will now show for users with the activate_plugins capability (instead of install_plugins) to support sites that have install_plugins disabled globally
  • Rename public/sentry-browser-<Sentry Browser version>.min.js to public/wp-sentry-browser.min.js, this change should have no user impact unless you manually include that file
  • Renamed WP_SENTRY_DSN to WP_SENTRY_PHP_DSN, both will be supported but the latter is preferred because of it's more descriptive name
  • Renamed WP_SENTRY_PUBLIC_DSN to WP_SENTRY_BROWSER_DSN, both will be supported but the latter is preferred because of it's more descriptive name

v3.7.0

12 Jun 18:46
v3.7.0
7093092
Compare
Choose a tag to compare
  • Update PHP SDK to version 2.4.0
  • Update Sentry Browser to version 5.17.0

v3.6.0

13 May 08:01
v3.6.0
951ab43
Compare
Choose a tag to compare