UNPKG
@ruanitto/adonis5-sentry
Version:
latest (1.1.0)
1.1.0
Sentry provider for AdonisJS 5
github.com/reg2005/adonis5-sentry
reg2005/adonis5-sentry
@ruanitto/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