From e0266c2933a93d37cfe71abe9fc8eb9017e0ff3b Mon Sep 17 00:00:00 2001 From: Gabriele Bilello Date: Tue, 16 Jul 2024 10:11:25 +0200 Subject: [PATCH] doc: nest sentry env variable --- doc/pages/commands/generate/application/nest.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pages/commands/generate/application/nest.mdx b/doc/pages/commands/generate/application/nest.mdx index 7ac3d11..663cdcc 100644 --- a/doc/pages/commands/generate/application/nest.mdx +++ b/doc/pages/commands/generate/application/nest.mdx @@ -50,6 +50,12 @@ More information here: [Sentry](https://docs.sentry.io/platforms/javascript/guides/nestjs/) is a platform for monitoring application errors and performance. In a NestJS application, Sentry can be used to track exceptions, errors, and performance, providing useful details for debugging and improving applications. +The Sentry configuration has been integrated into the project and uses the following environment variables: + +```bash copy +[ApplicationName]_SENTRY_DNS +``` + ### Swagger [Swagger](https://docs.nestjs.com/openapi/introduction) is a suite of tools for designing, building, and documenting APIs. With NestJS, @nestjs/swagger allows automatic generation of Swagger documentation based on decorators and metadata in the code.