diff --git a/src/sentry/static/sentry/app/views/organizationIntegrations/addIntegration.jsx b/src/sentry/static/sentry/app/views/organizationIntegrations/addIntegration.jsx index 65c39085a463fb..871171ad877d3e 100644 --- a/src/sentry/static/sentry/app/views/organizationIntegrations/addIntegration.jsx +++ b/src/sentry/static/sentry/app/views/organizationIntegrations/addIntegration.jsx @@ -65,7 +65,7 @@ export default class AddIntegration extends React.Component { }; didReceiveMessage = message => { - if (message.origin !== document.origin) { + if (message.origin !== document.location.origin) { return; }