Skip to content

Commit

Permalink
fix: Changing links to Sentry Webpack Plugin at Source Map instruction (
Browse files Browse the repository at this point in the history
#7332)

* Changing a link

* changing the other link also
  • Loading branch information
hyungjikim authored Jul 7, 2023
1 parent 9626834 commit 4ed56a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
`@sentry/nextjs` will generate and upload source maps automatically, in order to enable errors to have readable stacktraces.

To upload source maps, the `@sentry/nextjs` SDK uses the [Sentry Webpack Plugin](https://www.npmjs.com/package/@sentry/webpack-plugin/v/1.20.1) under the hood. See the [Manual Configuration](../manual-setup/#configure-source-maps) page and the Sentry [Webpack Plugin documentation](https://www.npmjs.com/package/@sentry/webpack-plugin/v/1.20.1) for more details. If you are using Vercel, then you can also use the [Vercel integration](/product/integrations/deployment/vercel/) to upload source maps during deployments automatically.
To upload source maps, the `@sentry/nextjs` SDK uses the [Sentry Webpack Plugin](https://www.npmjs.com/package/@sentry/webpack-plugin) under the hood. See the [Manual Configuration](../manual-setup/#configure-source-maps) page and the Sentry [Webpack Plugin documentation](https://www.npmjs.com/package/@sentry/webpack-plugin) for more details. If you are using Vercel, then you can also use the [Vercel integration](/product/integrations/deployment/vercel/) to upload source maps during deployments automatically.

1 comment on commit 4ed56a7

@vercel
Copy link

@vercel vercel bot commented on 4ed56a7 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.