Skip to content

Commit

Permalink
feat: v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 21, 2023
1 parent 7e54d51 commit 0e5968b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodepress",
"version": "4.1.0",
"version": "4.1.1",
"description": "RESTful API service for Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
5 changes: 4 additions & 1 deletion src/middlewares/cors.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ export class CorsMiddleware implements NestMiddleware {
'Cache-Control',
'Expires',
'Content-Type',
'X-E4M-With'
'X-E4M-With',
// https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracepropagationtargets
'Sentry-Trace',
'Baggage'
]

// Allow Origin
Expand Down

0 comments on commit 0e5968b

Please sign in to comment.