When to upload
Upload source maps for the same release you attach to your SDK events.Basic upload flow
- Build your application.
- Collect the generated
.mapfiles. - Upload them during CI before or alongside deployment.
Example
Best practices
- Keep the
releasevalue consistent between your SDK config and your upload step. - Upload source maps for every production deployment.
- Do not expose private source map files publicly if your build pipeline can keep them internal.