forked from colin/simple-glitchtip
Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
e440d12c2d | |
|
42b088663b |
|
@ -11,7 +11,7 @@ class Controller extends Package
|
||||||
{
|
{
|
||||||
protected $pkgHandle = 'simple_glitchtip';
|
protected $pkgHandle = 'simple_glitchtip';
|
||||||
protected $appVersionRequired = '9.0.0';
|
protected $appVersionRequired = '9.0.0';
|
||||||
protected $pkgVersion = '1.0.0';
|
protected $pkgVersion = '0.0.1';
|
||||||
protected $pkgName = 'SimpleGlitchtip Error Reporter';
|
protected $pkgName = 'SimpleGlitchtip Error Reporter';
|
||||||
protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.';
|
protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue