Closed
Description
Chrome blocked the image requesting in Chrome App for improving security. So the function makeRequest
doesn't work in Chrome App.
I patched raven-js
for using it in Chrome App here
But there are two problems with my patch:
HTTP GET
requesting doesn't have anOrigin
or aReferer
header. So I have to use client secret here to pass the authorization check.- Sentry doesn't allow to set
Allowed domain
into Chrome App URL likechrome-extension://*/
. So I have to use a single wildcard here.
Any better solutions? Thanks!
Metadata
Metadata
Assignees
Labels
No labels