Add sentry-trace and baggage to allowed headers
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
jelveh
2025-08-13 12:38:56 -07:00
parent 4ba2f97da0
commit 2ddce7166f
@@ -627,7 +627,7 @@ class WebServerService extends BaseService {
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE');
const allowed_headers = [
"Origin", "X-Requested-With", "Content-Type", "Accept", "Authorization",
"Origin", "X-Requested-With", "Content-Type", "Accept", "Authorization", "sentry-trace", "baggage"
];
// Request headers to allow