**Aim** Upload my Next.js app's sourcemap file to highlight.io (or other services) **My attempt/Rep
Aim
Upload my Next.js app's sourcemap file to highlight.io (or other services)
My attempt/Reproduction steps
Q1: What is the sourcemap file's path? I can't find it.
Q2: Do I need to make any changes in
Q3: Where can I learn more information about
Upload my Next.js app's sourcemap file to highlight.io (or other services)
My attempt/Reproduction steps
- I followed the official Cloudflare Pages docs (https://developers.cloudflare.com/workers/observability/source-maps/), and I added
upload_source_maps = trueto
file.wrangler.toml - My app's wrangler version:
"wrangler": "^3.99.0" - Run
pnpm next-on-pages && pnpm wrangler pages deploy
Q1: What is the sourcemap file's path? I can't find it.
Q2: Do I need to make any changes in
tsconfig.jsonQ3: Where can I learn more information about
.next/ and .vercel/ folders?






