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 ZF3 is `3.0.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
7
+
The current version of ZendSentry for ZF3 is `3.0.1`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
8
8
9
9
#Latest Changes
10
10
- Switch Raven dependency to new official sentry/sentry repository
11
11
- Update ravenjs to latest version
12
12
- Fix problem introduced by ZF BC break in ZF version 2.5.3 and branch of legacy branch
13
13
14
14
#Important Changes
15
+
- 3.0.1: ViewHelper fix
15
16
- 3.0.0: First ZF2 release with latest sentry SDK dependencies and ZF3 compatibility fixes
16
17
- 2.2.1: Update to `sentry/sentry` 1.5.0 and `ravenjs` 3.8.0, Fix: Only detach HttpExceptionStrategy if it exists
17
18
- 2.2.0: Update to `sentry/sentry` 0.21.2
@@ -49,7 +50,7 @@ In your project's `composer.json` use:
49
50
50
51
{
51
52
"require": {
52
-
"cloud-solutions/zend-sentry": "3.0.0"
53
+
"cloud-solutions/zend-sentry": "3.0.1"
53
54
}
54
55
55
56
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
0 commit comments