We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c27e0ac + 2279f84 commit b8e29a8Copy full SHA for b8e29a8
src/middleware.ts
@@ -4,7 +4,7 @@ import { z } from "zod";
4
5
const corsOptions = {
6
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
7
- "Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client",
+ "Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client, sentry-trace",
8
};
9
10
const cleanOrigin = (str: string) => {
0 commit comments