Skip to content

Commit

Permalink
update to sentry-php 0.16.0 and raven-js 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertborsos committed May 5, 2016
1 parent 3078b9b commit baaef87
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 19 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"yiisoft/yii2": "*",
"raven/raven": "0.13.*",
"bower-asset/raven-js": "2.3.*"
"sentry/sentry": "0.16.*",
"bower-asset/raven-js": "3.0.*"
},
"require-dev": {
"yiisoft/yii2-codeception": "~2.0",
Expand Down
149 changes: 133 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require_once(__DIR__ . '/../vendor/autoload.php');
require_once(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');
// autoload Dummy_Raven_Client
require_once dirname(__FILE__) . '/../vendor/raven/raven/test/Raven/Tests/ClientTest.php';
require_once dirname(__FILE__) . '/../vendor/sentry/sentry/test/Raven/Tests/ClientTest.php';
Raven_Autoloader::register();

$_SERVER['SCRIPT_FILENAME'] = '/' . dirname(__DIR__) .'/web';
Expand Down

0 comments on commit baaef87

Please sign in to comment.