Skip to content

Document JavaScript source map workflows - #2417

Merged
ejsmith merged 2 commits into
mainfrom
feature/source-map-documentation
Jul 28, 2026
Merged

Document JavaScript source map workflows#2417
ejsmith merged 2 commits into
mainfrom
feature/source-map-documentation

Conversation

@ejsmith

@ejsmith ejsmith commented Jul 28, 2026

Copy link
Copy Markdown
Member

Summary

  • explain how Exceptionless automatically discovers and caches publicly available JavaScript source maps
  • document manual and CI/CD uploads using project-scoped source-maps:write tokens
  • show the source-map upload API contract and where it fits in a deployment pipeline
  • add verification, troubleshooting, security, storage, and retention guidance
  • link the guide from the JavaScript client documentation

Impact

Users can choose between publishing source maps for automatic discovery or keeping them private and uploading them during deployment. The CI/CD guidance stays tool-agnostic so teams can integrate the upload into their existing build system without adopting a prescribed workflow.

This is documentation-only and does not change runtime behavior or public API contracts.

Validation

  • cd docs && deno task verify
  • documentation site build passed
  • 4 documentation tests passed
  • telemetry and internal link/anchor verification passed

@ejsmith
ejsmith marked this pull request as ready for review July 28, 2026 23:07
@ejsmith
ejsmith merged commit 62d813c into main Jul 28, 2026
10 checks passed
@ejsmith
ejsmith deleted the feature/source-map-documentation branch July 28, 2026 23:10
@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Core 73% 66% 9587
Exceptionless.AppHost 38% 40% 139
Exceptionless.Insulation 37% 35% 286
Exceptionless.Web 84% 67% 6935
Summary 77% (22857 / 29790) 66% (10503 / 16026) 16947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant