Skip to content

Commit ef4aaec

Browse files
author
Markus
authored
update version
1 parent a67eec4 commit ef4aaec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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 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.
7+
The current version of ZendSentry for ZF2 is `2.3.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.
88

99
#Latest Changes
1010
- Possibility to add extra context to simple logs
@@ -51,7 +51,7 @@ In your project's `composer.json` use:
5151

5252
{
5353
"require": {
54-
"cloud-solutions/zend-sentry": "2.3.0"
54+
"cloud-solutions/zend-sentry": "2.3.1"
5555
}
5656

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

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

0 commit comments

Comments
 (0)