Skip to content

Commit 6d08973

Browse files
author
Stephen Cefali
authored
feat(source-maps): adds Vercel and Github actions to source map tools (#6026)
* adds Vercel and Github actions to source map tools * move vercel to nextjs page
1 parent 7d0b17a commit 6d08973

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We've compiled a list of guides on how to upload source maps to Sentry for the m
99
- <PlatformLink to="/sourcemaps/uploading/esbuild/">esbuild</PlatformLink>
1010
- <PlatformLink to="/sourcemaps/uploading/uglifyjs/">UglifyJS</PlatformLink>
1111
- <PlatformLink to="/sourcemaps/uploading/systemjs/">SystemJS</PlatformLink>
12+
- [Github Actions](/product/releases/setup/release-automation/github-actions/)
1213

1314
### Other Tools
1415

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`@sentry/nextjs` will generate and upload source maps automatically, in order to enable errors to have readable stacktraces.
22

3-
To upload source maps, the `@sentry/nextjs` SDK uses the [Sentry Webpack Plugin](https://github.com/getsentry/sentry-webpack-plugin) under the hood. See the [Manual Configuration](../manual-setup/#configure-source-maps) page and the Sentry [Webpack Plugin documentation](https://github.com/getsentry/sentry-webpack-plugin#cli-configuration) for more details.
3+
To upload source maps, the `@sentry/nextjs` SDK uses the [Sentry Webpack Plugin](https://github.com/getsentry/sentry-webpack-plugin) under the hood. See the [Manual Configuration](../manual-setup/#configure-source-maps) page and the Sentry [Webpack Plugin documentation](https://github.com/getsentry/sentry-webpack-plugin#cli-configuration) 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.
44

55
![Minified stack trace vs. readable stack trace](readable-stacktraces.png)

0 commit comments

Comments
 (0)