-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I'm developing a web app for Samsung Smart TV. It uses local file protocol, other than normal http. When sentry catches some error and sends to server, there is a 403 response, with the following body:
{
"error": "Missing required attribute in authentication header: sentry_secret"
}
I checked the request header, found that origin
header is null
. When assigning a valid origin in postman, such like 'abc.com', it's ok.
My question is, how can I fix this issue? change origin settings in sentry, or generate a private DSN?
Metadata
Metadata
Assignees
Labels
No labels