Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
65dbcd2
feat(nextjs) Add Getting Started guide
sergical Dec 9, 2025
aa07db0
manual setup is now stepped through
sergical Dec 9, 2025
671830c
latest quickstart
sergical Dec 9, 2025
9d5db24
quick start
sergical Dec 11, 2025
9053998
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 11, 2025
678b5d9
conditional checklist
sergical Dec 11, 2025
4ed6619
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 11, 2025
96cc56a
manual setup callout
sergical Dec 11, 2025
4e0f1af
Merge branch 'sergiydybskiy/devex-149-net-new-full-getting-started-gu…
sergical Dec 11, 2025
fd033d0
manual setup
sergical Dec 11, 2025
ded569b
feedback addressed
sergical Dec 11, 2025
d70148f
fix lint
sergical Dec 12, 2025
310407f
Merge branch 'master' into sergiydybskiy/devex-149-net-new-full-getti…
sergical Dec 12, 2025
afbda3d
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 12, 2025
764533c
updated onboarding checklist
sergical Dec 12, 2025
27475a8
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 12, 2025
679f4fc
updated quickstart
sergical Dec 15, 2025
c6c092f
Merge branch 'sergiydybskiy/devex-149-net-new-full-getting-started-gu…
sergical Dec 15, 2025
ebb7204
plausible events
sergical Dec 15, 2025
fee3e44
react component annotation webpack
sergical Dec 15, 2025
abab1b5
updates
sergical Dec 16, 2025
d6dffe7
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 16, 2025
f02564b
getting started with nextjs
sergical Dec 16, 2025
70fab53
remove checklist
sergical Dec 16, 2025
62ffddf
Update docs/platforms/javascript/guides/nextjs/manual-setup/webpack-s…
sergical Dec 16, 2025
35e8350
updates
sergical Dec 17, 2025
b4c4a44
Merge branch 'sergiydybskiy/devex-149-net-new-full-getting-started-gu…
sergical Dec 17, 2025
f9e6145
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 17, 2025
38ef888
sidebar heading color
sergical Dec 17, 2025
678f185
Merge branch 'sergiydybskiy/devex-149-net-new-full-getting-started-gu…
sergical Dec 17, 2025
ee240f6
aria label fix on steps
sergical Dec 17, 2025
3ae35a3
[getsentry/action-github-commit] Auto commit
getsantry[bot] Dec 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:
]
---

The Sentry Next.js SDK supports automatic code injection and source map upload during your app's build process using the `withSentryConfig` wrapper in your Next.js configuration file (`next.config.js` or `next.config.mjs`). For information on updating the configuration, see [Extend Next.js Configuration](../../manual-setup/#extend-your-nextjs-configuration).
The Sentry Next.js SDK supports automatic code injection and source map upload during your app's build process using the `withSentryConfig` wrapper in your Next.js configuration file (`next.config.js` or `next.config.mjs`). For information on updating the configuration, see the [Manual Setup guide](/platforms/javascript/guides/nextjs/manual-setup/#configure).

## Available Options

Expand Down
Loading
Loading