mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
NEW Add raygun.io integration module
This commit is contained in:
parent
e327576b1d
commit
1e3f0b93d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/silverstripe-dynamodb/
|
||||
/crontask/
|
||||
/quickfeedback/
|
||||
raygun/
|
||||
|
@ -8,7 +8,8 @@
|
||||
"silverstripe/framework": "^3.2",
|
||||
"silverstripe/toolbar": "^4.2",
|
||||
"silverstripe/dynamodb": "^1.1",
|
||||
"mandrew/silverstripe-quickfeedback": "^0.2"
|
||||
"mandrew/silverstripe-quickfeedback": "^0.2",
|
||||
"silverstripe/raygun": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7@stable"
|
||||
|
139
composer.lock
generated
139
composer.lock
generated
@ -4,8 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "fe77eae7f153ec8d70ba905ae736c1f3",
|
||||
"content-hash": "db0fd420bda434d99cd25d69e6acf238",
|
||||
"content-hash": "e6c7b612751c05e732df53cfa1d4aae0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
@ -68,7 +67,7 @@
|
||||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2016-07-25 18:03:20"
|
||||
"time": "2016-07-25T18:03:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/installers",
|
||||
@ -175,7 +174,7 @@
|
||||
"zend",
|
||||
"zikula"
|
||||
],
|
||||
"time": "2016-08-13 20:53:52"
|
||||
"time": "2016-08-13T20:53:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
@ -245,7 +244,7 @@
|
||||
"cache",
|
||||
"caching"
|
||||
],
|
||||
"time": "2016-10-29 11:16:17"
|
||||
"time": "2016-10-29T11:16:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "erusev/parsedown",
|
||||
@ -284,7 +283,7 @@
|
||||
"markdown",
|
||||
"parser"
|
||||
],
|
||||
"time": "2014-11-29 02:29:14"
|
||||
"time": "2014-11-29T02:29:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "erusev/parsedown-extra",
|
||||
@ -328,7 +327,7 @@
|
||||
"parsedown",
|
||||
"parser"
|
||||
],
|
||||
"time": "2014-09-16 11:54:01"
|
||||
"time": "2014-09-16T11:54:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzle/guzzle",
|
||||
@ -424,7 +423,7 @@
|
||||
"web service"
|
||||
],
|
||||
"abandoned": "guzzlehttp/guzzle",
|
||||
"time": "2015-03-18 18:23:50"
|
||||
"time": "2015-03-18T18:23:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mandrew/silverstripe-quickfeedback",
|
||||
@ -463,7 +462,57 @@
|
||||
"member",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2016-02-18 04:32:50"
|
||||
"time": "2016-02-18T04:32:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mindscape/raygun4php",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MindscapeHQ/raygun4php.git",
|
||||
"reference": "eb56e85d15981698cbb87c999de4bc8afc8424a7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/MindscapeHQ/raygun4php/zipball/eb56e85d15981698cbb87c999de4bc8afc8424a7",
|
||||
"reference": "eb56e85d15981698cbb87c999de4bc8afc8424a7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Raygun4php": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mindscape",
|
||||
"email": "contact@mindscape.co.nz",
|
||||
"homepage": "http://www.mindscapehq.com"
|
||||
}
|
||||
],
|
||||
"description": "Raygun.io client for PHP 5.3, to send errors and exceptions automatically.",
|
||||
"homepage": "http://raygun.io",
|
||||
"keywords": [
|
||||
"errors",
|
||||
"exceptions",
|
||||
"logging",
|
||||
"raygun"
|
||||
],
|
||||
"time": "2017-03-06T22:37:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mnapoli/front-yaml",
|
||||
@ -497,7 +546,7 @@
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"time": "2016-10-01 11:06:51"
|
||||
"time": "2016-10-01T11:06:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mtdowling/cron-expression",
|
||||
@ -541,7 +590,7 @@
|
||||
"cron",
|
||||
"schedule"
|
||||
],
|
||||
"time": "2016-01-26 21:23:30"
|
||||
"time": "2016-01-26T21:23:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/crontask",
|
||||
@ -584,7 +633,7 @@
|
||||
"cron",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2016-09-13 10:39:18"
|
||||
"time": "2016-09-13T10:39:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/docsviewer",
|
||||
@ -626,7 +675,7 @@
|
||||
"documentation",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2017-08-30 01:57:52"
|
||||
"time": "2017-08-30T01:57:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/dynamodb",
|
||||
@ -667,7 +716,7 @@
|
||||
"dynamodb",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2016-03-03 21:34:17"
|
||||
"time": "2016-03-03T21:34:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/framework",
|
||||
@ -721,7 +770,45 @@
|
||||
"framework",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2016-11-28 12:35:19"
|
||||
"time": "2016-11-28T12:35:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/raygun",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/silverstripe/silverstripe-raygun.git",
|
||||
"reference": "d2822226873339c942870b33dac7b76faf4d85fc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/silverstripe/silverstripe-raygun/zipball/d2822226873339c942870b33dac7b76faf4d85fc",
|
||||
"reference": "d2822226873339c942870b33dac7b76faf4d85fc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"mindscape/raygun4php": "*@stable",
|
||||
"silverstripe/framework": ">=2.4.0.0"
|
||||
},
|
||||
"type": "silverstripe-module",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sam Minnee",
|
||||
"homepage": "http://github.com/sminnee"
|
||||
}
|
||||
],
|
||||
"description": "RayGun.io integration for SilverStripe",
|
||||
"homepage": "http://github.com/silverstripe-labs/silverstripe-raygun",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"raygun",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2017-04-04T01:26:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "silverstripe/toolbar",
|
||||
@ -765,7 +852,7 @@
|
||||
"source": "https://github.com/silverstripe/silverstripe-globaltoolbar/tree/4.2.0",
|
||||
"issues": "https://github.com/silverstripe/silverstripe-globaltoolbar/issues"
|
||||
},
|
||||
"time": "2016-10-14 02:05:33"
|
||||
"time": "2016-10-14T02:05:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
@ -825,7 +912,7 @@
|
||||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-10-13 01:43:15"
|
||||
"time": "2016-10-13T01:43:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
@ -874,7 +961,7 @@
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-11-14 16:15:57"
|
||||
"time": "2016-11-14T16:15:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "unclecheese/display-logic",
|
||||
@ -918,7 +1005,7 @@
|
||||
"logic",
|
||||
"silverstripe"
|
||||
],
|
||||
"time": "2016-06-21 00:24:32"
|
||||
"time": "2016-06-21T00:24:32+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@ -981,7 +1068,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2014-09-02 10:13:14"
|
||||
"time": "2014-09-02T10:13:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@ -1028,7 +1115,7 @@
|
||||
"filesystem",
|
||||
"iterator"
|
||||
],
|
||||
"time": "2016-10-03 07:40:28"
|
||||
"time": "2016-10-03T07:40:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-text-template",
|
||||
@ -1069,7 +1156,7 @@
|
||||
"keywords": [
|
||||
"template"
|
||||
],
|
||||
"time": "2015-06-21 13:50:34"
|
||||
"time": "2015-06-21T13:50:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-timer",
|
||||
@ -1113,7 +1200,7 @@
|
||||
"keywords": [
|
||||
"timer"
|
||||
],
|
||||
"time": "2016-05-12 18:03:57"
|
||||
"time": "2016-05-12T18:03:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-token-stream",
|
||||
@ -1163,7 +1250,7 @@
|
||||
"keywords": [
|
||||
"tokenizer"
|
||||
],
|
||||
"time": "2014-03-03 05:10:30"
|
||||
"time": "2014-03-03T05:10:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
@ -1236,7 +1323,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2014-10-17 09:04:17"
|
||||
"time": "2014-10-17T09:04:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-mock-objects",
|
||||
@ -1285,7 +1372,7 @@
|
||||
"mock",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2013-01-13 10:24:48"
|
||||
"time": "2013-01-13T10:24:48+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
Loading…
Reference in New Issue
Block a user