Skip to content

Commit

Permalink
fix: handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jun 9, 2024
1 parent 158f3e3 commit 6366d02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/api/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ if (process.env.NODE_ENV === "development") {
origin: allowedCorsOrigins,
credentials: true,
}),
Sentry.Handlers.requestHandler({
request: true,
serverName: true,
}),
Sentry.Handlers.tracingHandler(),
Sentry.expressErrorHandler(),
],
swagger: [
{
Expand Down

0 comments on commit 6366d02

Please sign in to comment.