docs: Include Sentry Webpack Plugin in the Source Maps section#1155
docs: Include Sentry Webpack Plugin in the Source Maps section#1155kamilogorek merged 1 commit intomasterfrom
Conversation
jan-auer
left a comment
There was a problem hiding this comment.
Basically "you you", but maybe you can improve on the other two points.
docs/sourcemaps.rst
Outdated
|
|
||
| Another way to manage releases and sourcemaps on Sentry, is to use the Sentry Webpack Plugin. | ||
|
|
||
| * Start by creating a new authentication token under **[Account] > API**. |
There was a problem hiding this comment.
You could add a link to https://sentry.io/api/ here
docs/sourcemaps.rst
Outdated
| Another way to manage releases and sourcemaps on Sentry, is to use the Sentry Webpack Plugin. | ||
|
|
||
| * Start by creating a new authentication token under **[Account] > API**. | ||
| * Ensure you you have ``project:write`` selected under scopes. |
| * Start by creating a new authentication token under **[Account] > API**. | ||
| * Ensure you you have ``project:write`` selected under scopes. | ||
| * Install ``@sentry/webpack-plugin`` using ``npm`` | ||
| * Create ``.sentryclirc`` file with necessary config (see Sentry Webpack Plugin docs below) |
There was a problem hiding this comment.
This can be confusing. @HazAT can sentry-wizard help here?
There was a problem hiding this comment.
So yeah, sentry-wizard could help here, it would create the file for you but it is not yet implemented for "generic" projects.
If install @sentry/wizard and select "Create Sentry Cli config" I could make it so it creates the file locally.
Also, I am not sure if we should promote sentry.properties or .sentryclirc or both?
@mitsuhiko @jan-auer
There was a problem hiding this comment.
I want to change sentry-cli first to always load sentry.properties before we promote that more.
There was a problem hiding this comment.
Thanks. Merging it for now and we'll update as we go.
0f8826a to
24d24fc
Compare
Fixes Dependabot alerts #1141 (CVE-2026-31808) and #1155 (CVE-2026-32630). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…9847) Fixes Dependabot alerts #1141 (CVE-2026-31808) and #1155 (CVE-2026-32630). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Related: getsentry/raven-node#400