-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Environment
@sentry/webpack-plugin@2.7.1
Steps to Reproduce
Used the @sentry/webpack-plugin plugin with the following options:
{
authToken: 'fakeToken',
org: 'MyCompany',
project: 'TestProject',
dryRun: true,
debug: true,
}
Expected Result
No exception thrown due to missing authToken.
No API requests to publish releases should be made.
Actual Result
Getting unhandled exception:
Error: Command failed: /usr/local/workspace/nuxt/sentry-module/node_modules/@sentry/cli/sentry-cli releases new d5d66ef65ec55052dc94fe6965a2604e51791375
error: API request failed
caused by: sentry reported an error: Invalid token (http status: 401)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Waiting for: Product Owner