Skip to content

Commit

Permalink
doc: nest sentry env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed Jul 16, 2024
1 parent 875a024 commit e0266c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/pages/commands/generate/application/nest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0266c2

Please sign in to comment.