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
fix(integrations): fix CORS issue on GitHub-initiated GitHub installation (#59137)
Fixes this CORS issue when trying to install GitHub integration from
GitHub side:
> Access to fetch at
'https://sentry.io/extensions/github/installation/xxxxxxxx/' from origin
'https://sentry.sentry.io' has been blocked by CORS policy: Response to
preflight request doesn't pass access control check: No
'Access-Control-Allow-Origin' header is present on the requested
resource. If an opaque response serves your needs, set the request's
mode to 'no-cors' to fetch the resource with CORS disabled.
Follow-up fix of #59000
0 commit comments