SMOODEV-1164: th observability sourcemaps upload#201
Open
brentrager wants to merge 1 commit into
Open
Conversation
…stack frames The Error Tracking dashboard joins error_sourcemaps on (release_id, file_path) to de-obfuscate minified frames, but nothing populated that table. This walks a build dir, registers every .js/.mjs paired with a .map via the backend API, and PUTs the bytes to the presigned S3 URL the API hands back. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EE5WjKwCN1qGfC81GMmrHp
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Error Tracking dashboard de-obfuscates minified stack frames by joining
error_sourcemapson(release_id, file_path)— but nothing ever populated that table, so every deployed frame stayed minified.Solution
th observability sourcemaps upload <dir>(aliasedth o11y):.js/.mjspaired with a.mapVerification
cargo clippy --workspace --all-targetsclean;cargo fmt --checkclean. Not yet exercised against a real build dir — worth one live run against a deployed release before relying on the dashboard symbolication.🤖 Generated with Claude Code
https://claude.ai/code/session_01EE5WjKwCN1qGfC81GMmrHp