@zeeg hello!
I faced the same problem.
In project “Allowed Domains” is “*”
Example with curl:
curl -H 'Authorization: Bearer xxxxxxxxxx' -H "Origin: https://mydomain.com" http://localhost:9000/api/0/projects/sentry/external-sdk/
"Invalid origin: https://mydomain.com"
I don’t understand how to configure allowed domains / origins within token settings.
Could you explain?
