Skip to content

Commit b8e29a8

Browse files
authored
Merge pull request #450 from skip-mev/add-sentry-trace-to-cors
add sentry-trace to cors
2 parents c27e0ac + 2279f84 commit b8e29a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { z } from "zod";
44

55
const corsOptions = {
66
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
7-
"Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client",
7+
"Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client, sentry-trace",
88
};
99

1010
const cleanOrigin = (str: string) => {

0 commit comments

Comments
 (0)