replace logtail with baselime
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
dd53a5757a
commit
971e645bdd
@@ -5,8 +5,8 @@ const targets: TransportTargetOptions[] =
|
||||
process.env.NODE_ENV === 'production'
|
||||
? [
|
||||
{
|
||||
target: '@logtail/pino',
|
||||
options: { sourceToken: process.env.BETTERSTACK_TOKEN },
|
||||
target: '@baselime/pino-transport',
|
||||
options: { baselimeApiKey: process.env.BASELIME_API_KEY },
|
||||
},
|
||||
]
|
||||
: [
|
||||
|
||||
Reference in New Issue
Block a user