Skip to content

Commit 7aef628

Browse files
update to next version, adjust readme
1 parent 057d35f commit 7aef628

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ LICENSE.txt
33
README.txt
44
demos/
55
extras/documentation
6+
.DS_Store
67

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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.2.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.3.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
88

99
# Important Changes
10+
- 3.3.0: Add possibility to pass config options to ravenjs
1011
- 3.2.0: Upgrade dependencies to `sentry/sentry` 1.7.0 and `ravenjs` 3.17.0
1112
- 3.0.1: ViewHelper fix
1213
- 3.0.0: First ZF2 release with latest sentry SDK dependencies and ZF3 compatibility fixes
@@ -37,6 +38,7 @@ Current features:
3738
* log actions return the Sentry event_id
3839
* Raven is registered as a Service
3940
* override Raven config defaults
41+
* pass config options to ravenjs
4042

4143
# Installation
4244

@@ -45,7 +47,7 @@ In your project's `composer.json` use:
4547

4648
{
4749
"require": {
48-
"cloud-solutions/zend-sentry": "3.2.0"
50+
"cloud-solutions/zend-sentry": "3.3.0"
4951
}
5052

5153
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
@@ -220,6 +222,11 @@ Just for the record, a copy of the actual global configuration options:
220222
*/
221223
'raven-config' => array(),
222224

225+
/**
226+
* Set ravenjs config options here, will be passed along with json_encode
227+
*/
228+
'ravenjs-config' => array(),
229+
223230
# Try it
224231
A few ideas how to try the different features from a Controller or View:
225232

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["log", "logging", "sentry", "raven", "zend-framework"],
55
"homepage": "https://github.com/cloud-solutions/zend-sentry",
66
"type": "library",
7-
"version": "3.2.0",
7+
"version": "3.3.0",
88
"license": "New BSD License",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)