UNPKG
adonis5-sentry
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.0
2.0.0
1.1.0
1.0.1
Sentry provider for AdonisJS 5
github.com/reg2005/adonis5-sentry
reg2005/adonis5-sentry
adonis5-sentry
/
build
/
templates
/
config.txt
8 lines
(6 loc)
•
177 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
import
{
SentryConfig
}
from
'@ioc:Adonis/Addons/Sentry'
import
Env
from
'@ioc:Adonis/Core/Env'
export
default
{
dsn
:
Env
.
get
(
'SENTRY_DSN'
),
enabled
:
true
, }
as
SentryConfig