40thieves / webpack-sentry-plugin

Webpack plugin to upload source maps to Sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR in Sentry Plugin: StatusCodeError: 403

dingshiwei opened this issue · comments

when I exec npm run build command, i get this error, I'm sure my token and project_name and organization are right, anyone has this error?
image

Hi there! Can you confirm that your auth token has the project:releases scope enabled? That would definitely cause this error if not.

I confirmed it again that I have selected project:release, maybe other confitg cause this question
error details: csrf error,
image

i have same problem,have you got any idea how can i fix it?

i have same problem,have you got any idea how can i fix it?

sorry, i have to use another plugin.

@dingshiwei which one?

commented

i have same problem,have you got any idea?

This error is coming directly from Sentry -- it thinks your auth token is not authorized to perform one of the actions it's taking (creating a release and uploading artifacts to it). It's hard for us to debug on this end because it's likely specific to your Sentry configuration.

Closing this issue, let me know if you're able to identify an issue specific to this plugin

same question。
change baseSentryURL: 'https://xxx.com' to baseSentryURL: 'https://xxx.com/api/0'