Skip to content

Commit 15a47f9

Browse files
author
Markus
authored
update version
1 parent 6e4886c commit 15a47f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c
44

55
ZendSentry is released under the New BSD License.
66

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.
7+
The current version of ZendSentry for ZF3 is `3.1.1`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
88

99
#Latest Changes
10+
- possibility to add extra context to the log event
1011
- Switch Raven dependency to new official sentry/sentry repository
11-
- Update ravenjs to latest version
1212
- Fix problem introduced by ZF BC break in ZF version 2.5.3 and branch of legacy branch
1313

1414
#Important Changes
@@ -50,7 +50,7 @@ In your project's `composer.json` use:
5050

5151
{
5252
"require": {
53-
"cloud-solutions/zend-sentry": "3.0.1"
53+
"cloud-solutions/zend-sentry": "3.1.1"
5454
}
5555

5656
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
@@ -115,6 +115,7 @@ When using the `log` event, you can optionally pass tags like this:
115115
'priority' => \Zend\Log\Logger::INFO,
116116
'message' => 'I am a message with a language tag',
117117
'tags' => array('language' => 'en'),
118+
'extra' => array('email' => 'test@test.com'),
118119
));
119120

120121
If using the `logException` event manually, you can also pass along tags:

0 commit comments

Comments
 (0)