You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A (unofficial) WordPress plugin to report PHP errors and Browser (JavaScript) errors to Sentry.
13
13
@@ -16,18 +16,18 @@ This plugin can report PHP errors and Browser (JavaScript) errors to Sentry.
16
16
17
17
It will auto detect authenticated users and add context where possible. All context/tags can be adjusted/expanded using filters.
18
18
19
-
_For more information and documentation have a look at the [full documentation](https://github.com/stayallive/wp-sentry/tree/v7.14.0#readme)._
19
+
_For more information and documentation have a look at the [full documentation](https://github.com/stayallive/wp-sentry/tree/v7.15.0#readme)._
20
20
21
21
== Installation ==
22
22
It is recommended to use the plugins interface in WordPress to install this plugin.
23
23
24
24
If manual installation is required, please make sure that the plugin files are in a folder named "wp-sentry-integration" in the WordPress plugins folder, usually "wp-content/plugins".
25
25
26
-
To start using the plugin first setup the [DSN](https://github.com/stayallive/wp-sentry/tree/v7.14.0#dsn) for either the PHP side or the Browser side or both.
26
+
To start using the plugin first setup the [DSN](https://github.com/stayallive/wp-sentry/tree/v7.15.0#dsn) for either the PHP side or the Browser side or both.
27
27
28
28
All other configuration options are optional but it's advised you read through them to see if any are applicable to you or are thing you'd like to configure.
29
29
30
-
_You can find more information and the full documentation: [here](https://github.com/stayallive/wp-sentry/tree/v7.14.0#configuration). The following are the basics._
30
+
_You can find more information and the full documentation: [here](https://github.com/stayallive/wp-sentry/tree/v7.15.0#configuration). The following are the basics._
31
31
32
32
**Note:** When configuring constants in your `wp-config.php` do this **before** the `That's all, stop editing! Happy publishing.` line, otherwise they won't work!
33
33
@@ -52,9 +52,17 @@ To track Browser (JavaScript) errors add this snippet to your `wp-config.php` an
52
52
53
53
**Note:** Do not set this constant to disable the Browser (JavaScript) tracker.
54
54
55
-
_You can find more information and the full documentation: [here](https://github.com/stayallive/wp-sentry/tree/v7.14.0#configuration). The above are the basics._
55
+
_You can find more information and the full documentation: [here](https://github.com/stayallive/wp-sentry/tree/v7.15.0#configuration). The above are the basics._
56
56
57
57
== Changelog ==
58
+
= 7.15.0 =
59
+
60
+
This update bumps the minimum PHP version to 7.2.5, this used to be 7.2.0.
61
+
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.
62
+
The change was made to allow upgrading some libraries and prevent deprecation warnings on newer PHP versions.
0 commit comments