-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "baggage" header in CORs 'Access-Control-Allow-Headers' #1381
Comments
Hey @wadehammes |
Hey, I am having the same issue. sentry/tracing and senty/vue both on 7.19.0. |
3 tasks
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Sentry
baggage
header should be allowed. https://www.w3.org/TR/baggage/Actual Behavior
I have a json file from Contentful that won't load due to Sentry adding the new
baggage
header to the CORs request.Possible Solution
Add
baggage
to 'Access-Control-Allow-Headers'The text was updated successfully, but these errors were encountered: