You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, that's my fault, I didn't read all the doc before i add sentry into our project.
Here's what happen, I added sentry into our project. without the tracingOrigins settings, just follow the guide page.
So the sentry add all the outgoing cdn request with header sentry-trace. This make our all cdn request become not simple.
All our cdn request need to send a preflight requst before send the real request, And Our CDN just not do the setting to support OPTIONS method.
So that's how the diaster happen.
So I think maybe do less global change by default. maybe will be better. or add this notice in the guide page.
The text was updated successfully, but these errors were encountered:
Well, that's my fault, I didn't read all the doc before i add sentry into our project.
Here's what happen, I added sentry into our project. without the tracingOrigins settings, just follow the guide page.
So the sentry add all the outgoing cdn request with header sentry-trace. This make our all cdn request become not simple.
All our cdn request need to send a preflight requst before send the real request, And Our CDN just not do the setting to support OPTIONS method.
So that's how the diaster happen.
So I think maybe do less global change by default. maybe will be better. or add this notice in the guide page.
The text was updated successfully, but these errors were encountered: