Fix metadata exception handler #2 (#3357)

This commit is contained in:
Weiko
2024-01-10 17:02:54 +01:00
committed by GitHub
parent 4f9ea78258
commit 22047fa2bf
9 changed files with 17 additions and 24 deletions

View File

@ -11,7 +11,7 @@ export class ExceptionHandlerSentryDriver
{
constructor(options: ExceptionHandlerSentryDriverFactoryOptions['options']) {
Sentry.init({
dsn: options.dns,
dsn: options.dsn,
integrations: [
// enable HTTP calls tracing
new Sentry.Integrations.Http({ tracing: true }),