Commit graph

12 commits

Author SHA1 Message Date
107a81412f refactor: remove unused logging setup
Pino is actually set up in src/logger/logger.ts and the variable
created here is never used.
2023-04-02 13:16:11 +02:00
Marc Mogdanz
5ce51c389c
fix(api): use PORT var (#262) 2023-03-19 16:02:49 +01:00
d6af6f9cba fix(api): missing OpenAPI route tags 2022-07-12 20:34:14 +02:00
8d9e99039c fix(api): send trace context to sentry
This helps associating errors in sentry with the full trace context
2022-06-23 18:26:42 +02:00
6b1640b753 feat(observability): Replace Prometheus package with OpenTelemetry 2022-06-18 17:48:16 +02:00
9b96d0fab4 chore(lint): switch to eslint 2021-05-25 18:12:42 +02:00
56db4cd2e1 feat(api): setup optional sentry error reporting 2020-11-17 22:26:08 +01:00
ddcdfff89b feat(api): enable global ValidationPipeline 2020-05-09 19:24:17 +02:00
d58cb46f3e feat(api): listen on SIGTERM for graceful shutdown 2020-05-03 21:10:31 +02:00
f253a66f86 feat(api): user authentication 2020-05-03 21:10:31 +02:00
f14eda16ac feat(frontend): setup 2020-05-03 21:00:31 +02:00
db62d5d908 feat(api): setup nestjs 2020-05-03 21:00:20 +02:00