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 hidden (Show)

wp-sentry - v3.6.0

Published by stayallive over 4 years ago

wp-sentry - v3.5.1

Published by stayallive over 4 years ago

  • Fix scope data (user context & tags etc.) being lost when set before the after_setup_theme hook
wp-sentry - v3.5.0

Published by stayallive over 4 years ago

  • Remove undocumented WP_SENTRY_PROJECT_ROOT option
  • Set a default for prefixes to get cleaner file paths on PHP stack traces
wp-sentry - v3.4.6

Published by stayallive over 4 years ago

  • Fix the Monolog namespace being incorrectly scoped causing errors when using the \Sentry\Monolog\Handler class
wp-sentry - v3.4.5

Published by stayallive over 4 years ago

  • Fix Call to undefined function getallheaders() error on PHP versions below 7.3
wp-sentry - v3.4.4

Published by stayallive over 4 years ago

  • Remove extra files from WordPress plugin release
  • Fix fatal error caused by composer autoloader when including Sentry sources in other composer autoloader
wp-sentry - v3.4.3

Published by stayallive over 4 years ago

  • Fix fatal error caused by composer autoloader conflicts with other plugins
wp-sentry - v3.4.2

Published by stayallive over 4 years ago

  • Add button to admin page to test JavaScript integration
wp-sentry - v3.4.1

Published by stayallive over 4 years ago

Important: In this release we start using a process to prefix our dependencies to prevent conflicts with other WordPress plugins.
This should cause no problems, but if they do please open up a support ticket or GitHub issue with details about your environment.

  • Fixes issue in build process causing missing files in 3.4.0
wp-sentry - v3.4.0

Published by stayallive over 4 years ago

Important: In this release we start using a process to prefix our dependencies to prevent conflicts with other WordPress plugins.
This should cause no problems, but if they do please open up a support ticket or GitHub issue with details about your environment.

  • Update PHP SDK to version 2.3.2
  • Update Sentry Browser to version 5.15.4
wp-sentry - v3.3.0

Published by stayallive over 4 years ago

  • Update PHP SDK to version 2.3.1
  • Update Sentry Browser to version 5.12.4
wp-sentry - v3.2.0

Published by stayallive almost 5 years ago

  • Add admin page (Tools > WP Sentry) to test if the Sentry integration is enabled and working (props @federicobond)
wp-sentry - v3.1.0

Published by stayallive almost 5 years ago

  • Update PHP SDK to version 2.2.6
  • Update Sentry Browser to version 5.10.2
wp-sentry - v3.0.4

Published by stayallive almost 5 years ago

  • Fixed error when WP_SENTRY_VERSION is not defined and theme version returns false.
  • Update PHP SDK to version 2.2.2
wp-sentry - v3.0.3

Published by stayallive about 5 years ago

  • Use the ABSPATH constant as default project root.
wp-sentry - v3.0.2

Published by stayallive about 5 years ago

  • Show a notice that we only support PHP 7.1+ instead of letting 7.1 code break the site.
wp-sentry - v3.0.0

Published by stayallive about 5 years ago

Note: This is a breaking release for both the PHP SDK and the Browser 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:

Becasue of the upgrade to the 2.x version of the PHP SDK this plugin now has the requirement that it runs on at least PHP 7.1, for older PHP versions stick to version 2.x.

  • Update PHP SDK to version 2.2.1
  • Update Sentry Browser to version 5.6.3
wp-sentry - v3.0.1

Published by stayallive about 5 years ago

  • Just a version bump because a version number was not correctly updated.
wp-sentry - v2.8.0

Published by stayallive over 5 years ago

  • Update Sentry Browser to version 4.6.6
wp-sentry - v2.7.2

Published by stayallive almost 6 years ago

  • Remove unneeded files from the plugin download