{"id":13624624,"url":"https://github.com/mifi/stacktracify","last_synced_at":"2025-05-16T10:05:57.496Z","repository":{"id":38467754,"uuid":"236701338","full_name":"mifi/stacktracify","owner":"mifi","description":"CLI to make unreadable production stack traces readable using source maps","archived":false,"fork":false,"pushed_at":"2024-11-25T08:55:25.000Z","size":46,"stargazers_count":137,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T10:05:19.797Z","etag":null,"topics":["cli","javascript","minification","nodejs","parse","sourcemaps","stacktrace","utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mifi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-28T09:41:50.000Z","updated_at":"2025-04-20T21:37:57.000Z","dependencies_parsed_at":"2022-08-19T21:02:11.376Z","dependency_job_id":"23102b4a-687c-4244-b705-2610ec4450d9","html_url":"https://github.com/mifi/stacktracify","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.2272727272727273,"last_synced_commit":"c55f78c2b410dd9cc0c8011d30f9b868ec4b806f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifi%2Fstacktracify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifi%2Fstacktracify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifi%2Fstacktracify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifi%2Fstacktracify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mifi","download_url":"https://codeload.github.com/mifi/stacktracify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509477,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","javascript","minification","nodejs","parse","sourcemaps","stacktrace","utility"],"created_at":"2024-08-01T21:01:44.395Z","updated_at":"2025-05-16T10:05:57.473Z","avatar_url":"https://github.com/mifi.png","language":"JavaScript","readme":"# stacktracify\n\nHave you ever been faced with a stacktrace that looks like this?\n\n```\nTypeError h is not a function. (In 'h()', 'h' is undefined) \n    main.jsbundle:954:5353 \n    main.jsbundle:112:423 p\n    main.jsbundle:112:1740 \n    main.jsbundle:112:423 p\n    main.jsbundle:112:898 n\n    main.jsbundle:112:1273 \n    main.jsbundle:50:205 c\n    main.jsbundle:50:1623 b\n    main.jsbundle:50:488 _\n    [native code] value\n    [native code] value\n```\n\n...perhaps from production from a minified web JS bundle or a React Native error report.\n\n**stacktracify takes a source map and a stack trace from your clipboard (or from a file) and outputs a readable stacktrace with proper line numbers for each line**\n\nExample output:\n```\nTypeError h is not a function. (In 'h()', 'h' is undefined) \n    at getAuthToken (logic/api.js:67:20)\n    at authRequest (logic/api.js:127:8)\n    at data (logic/SaveQueue.js:30:20)\n    at op (logic/SaveQueue.js:43:29)\n    at __callImmediates (node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:143:11)\n```\n\n## Install\n\n```\nnpm install -g stacktracify\n```\n\n## Usage\n\n**Copy a minified stacktrace to your clipboard** - then run:\n\n```\nstacktracify /path/to/js.map\n```\n\nCan also read stacktrace from file. For more info:\n```\nstacktracify --help\n```\n\n## See also\n\n- https://github.com/gabmontes/source-map-cli (only takes one line at a time)\n- https://github.com/janekp/mapstrace (not a CLI, not easy to use for any stack trace)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmifi%2Fstacktracify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmifi%2Fstacktracify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmifi%2Fstacktracify/lists"}