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
The current version of ZendSentry for ZF2 is `2.2.1`. It supports Zend Framework >= 2.5.3. For older versions see the legacy branch and tags in the `1.*` series. For ZF3 compatible versions, please install releases in the `3.*` branch.
7
+
The current version of ZendSentry for ZF2 is `2.3.0`. It supports Zend Framework >= 2.5.3. For older versions see the legacy branch and tags in the `1.*` series. For ZF3 compatible versions, please install releases in the `3.*` branch.
8
8
9
9
#Latest Changes
10
+
- Possibility to add extra context to simple logs
10
11
- Add ZF3 compatible branch
11
12
- Switch Raven dependency to new official sentry/sentry repository
12
-
- Update ravenjs to latest version
13
13
- Fix problem introduced by ZF BC break in ZF version 2.5.3 and branch of legacy branch
14
14
15
15
#Important Changes
@@ -51,7 +51,7 @@ In your project's `composer.json` use:
51
51
52
52
{
53
53
"require": {
54
-
"cloud-solutions/zend-sentry": "3.0.1"
54
+
"cloud-solutions/zend-sentry": "2.3.0"
55
55
}
56
56
57
57
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
0 commit comments