wp-sentry

A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.

MIT License

Downloads
123.8K
Stars
287
Committers
21

Bot releases are visible (Hide)

wp-sentry - v7.20.0 Latest Release

Published by github-actions[bot] 3 months ago

  • Fix Excimer classes being incorrectly prefixed making profiling unusable (#198)
wp-sentry - v7.19.0

Published by github-actions[bot] 3 months ago

  • Do not set "anonymous" as user when no user is authenticated (and WP_SENTRY_SEND_DEFAULT_PII is set to true)
wp-sentry - v7.18.0

Published by github-actions[bot] 3 months ago

  • Normalize placeholder names in the tracing transaction
  • Preserve leading / in tracing transaction when parsing the matched URL
wp-sentry - v7.17.4

Published by github-actions[bot] 3 months ago

  • Fixed warning on admin page because of variable name typo (#196, thanks @leadoux)
wp-sentry - v7.17.3

Published by github-actions[bot] 3 months ago

  • Fixed error resolving the action being performanced by admin-ajax.php when tracing (#195)
wp-sentry - v7.17.2

Published by github-actions[bot] 4 months ago

  • Fixed error with extracting transient keys in transient tracing
wp-sentry - v7.17.1

Published by github-actions[bot] 4 months ago

  • Fixed error when enabling PHP tracing (#194)
wp-sentry - v7.17.0

Published by github-actions[bot] 4 months ago

This release adds performance tracing and profiling support for the PHP SDK, this feature is disabled by default read the documentation on how to enable it.

  • Update Sentry Browser to version 7.118.0
wp-sentry - v7.16.0

Published by github-actions[bot] 4 months ago

  • Update PHP SDK to version 4.8.0
wp-sentry - v7.15.0

Published by github-actions[bot] 5 months ago

This update bumps the minimum PHP version to 7.2.5, this used to be 7.2.0.
This is unlikely to affect you, but if you are still running PHP 7.2.0 you should upgrade to at least 7.2.5.
The change was made to allow upgrading some libraries and prevent deprecation warnings on newer PHP versions.

  • Bump minimum PHP version to 7.2.5
wp-sentry - v7.14.0

Published by github-actions[bot] 5 months ago

  • Update Sentry Browser to version 7.116.0
wp-sentry - v7.13.0

Published by github-actions[bot] 6 months ago

  • Fix not returning $options in wp_sentry_options filter (#183, thanks @Pluuk)
  • Update Sentry Browser to version 7.112.2
wp-sentry - v7.12.0

Published by github-actions[bot] 6 months ago

  • Update PHP SDK to version 4.7.0
  • Update Sentry Browser to version 7.109.0
wp-sentry - v7.11.0

Published by github-actions[bot] 7 months ago

  • Update Sentry Browser to version 7.108.0
wp-sentry - v7.10.0

Published by github-actions[bot] 7 months ago

  • Update PHP SDK to version 4.6.1
  • Update Sentry Browser to version 7.107.0
wp-sentry - v7.9.0

Published by github-actions[bot] 8 months ago

  • Replace polyfill.io with cdnjs, more info. The polyfill was only loaded when the WP_SENTRY_BROWSER_USE_ES5_BUNDLES option was enabled.
wp-sentry - v7.8.0

Published by github-actions[bot] 8 months ago

  • Add new wp_sentry_before_send filter to allow modifying or discarding a PHP error event before it's sent to Sentry (#180, thanks @herewithme)
  • Update Sentry Browser to version 7.103.0
wp-sentry - v7.7.0

Published by github-actions[bot] 8 months ago

  • Update PHP SDK to version 4.6.0
  • Update Sentry Browser to version 7.101.0
wp-sentry - v7.6.0

Published by github-actions[bot] 9 months ago

  • Update Sentry Browser to version 7.100.0
wp-sentry - v7.5.1

Published by github-actions[bot] 9 months ago

  • Fix the rendering of installation instructions on the WordPress plugin directory