Skip to content

Commit 9a83cfb

Browse files
authored
docs: Update references to @sentry/webpack-plugin (#823)
1 parent 69fa5fc commit 9a83cfb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: scripts/NextJs/configs/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sentryWebpackPluginOptions = {
2828

2929
silent: true, // Suppresses all logs
3030
// For all available options, see:
31-
// https://github.com/getsentry/sentry-webpack-plugin#options.
31+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
3232
};
3333

3434
// Make sure adding Sentry options is the last code to run before exporting, to

Diff for: src/nextjs/templates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function getWithSentryConfigOptionsTemplate({
2020
}: WithSentryConfigOptions): string {
2121
return `{
2222
// For all available options, see:
23-
// https://github.com/getsentry/sentry-webpack-plugin#options
23+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
2424
2525
org: "${orgSlug}",
2626
project: "${projectSlug}",${

Diff for: test/nextjs/templates.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ describe('Next.js code templates', () => {
253253
expect(template).toMatchInlineSnapshot(`
254254
"{
255255
// For all available options, see:
256-
// https://github.com/getsentry/sentry-webpack-plugin#options
256+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
257257
258258
org: "my-org",
259259
project: "my-project",
@@ -298,7 +298,7 @@ describe('Next.js code templates', () => {
298298
expect(template).toMatchInlineSnapshot(`
299299
"{
300300
// For all available options, see:
301-
// https://github.com/getsentry/sentry-webpack-plugin#options
301+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
302302
303303
org: "my-org",
304304
project: "my-project",
@@ -344,7 +344,7 @@ describe('Next.js code templates', () => {
344344
expect(template).toMatchInlineSnapshot(`
345345
"{
346346
// For all available options, see:
347-
// https://github.com/getsentry/sentry-webpack-plugin#options
347+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
348348
349349
org: "my-org",
350350
project: "my-project",
@@ -389,7 +389,7 @@ describe('Next.js code templates', () => {
389389
expect(template).toMatchInlineSnapshot(`
390390
"{
391391
// For all available options, see:
392-
// https://github.com/getsentry/sentry-webpack-plugin#options
392+
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
393393
394394
org: "my-org",
395395
project: "my-project",

0 commit comments

Comments
 (0)