{"id":18774534,"url":"https://github.com/staab/succinct-async","last_synced_at":"2025-12-14T10:30:19.184Z","repository":{"id":85234049,"uuid":"200914706","full_name":"staab/succinct-async","owner":"staab","description":"A tiny library to help you locate errors in heavily asynchronous javascript code, with no noise.","archived":false,"fork":false,"pushed_at":"2019-08-06T22:38:52.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T08:43:30.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-06T19:47:42.000Z","updated_at":"2023-07-25T14:28:00.000Z","dependencies_parsed_at":"2023-04-09T03:15:46.000Z","dependency_job_id":null,"html_url":"https://github.com/staab/succinct-async","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staab%2Fsuccinct-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staab%2Fsuccinct-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staab%2Fsuccinct-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staab%2Fsuccinct-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staab","download_url":"https://codeload.github.com/staab/succinct-async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680989,"owners_count":19679509,"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":[],"created_at":"2024-11-07T19:38:33.352Z","updated_at":"2025-12-14T10:30:18.882Z","avatar_url":"https://github.com/staab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a tiny library for adding custom trace data to error objects for easier debugging. Read the [blog post]().\n\n[![npm version](https://badge.fury.io/js/succinct-async.svg)](https://badge.fury.io/js/succinct-async)\n\nExample:\n\n```js\nclass Thing {\n  something() {\n    throw new Error(\"Oops\")\n  }\n  async somethingElse(cb) {\n    this.something(await fetch('/'))\n  }\n}\n\ninstrumentObject(Thing.prototype)\n\nconst doStuff = instrument('doStuff', async () =\u003e {\n  const thing = new Thing()\n\n  await thing.somethingElse()\n})\n\ndoStuff()\n\n/*\nUncaught (in promise) Error: Oops\n    at Thing.something (\u003canonymous\u003e:3:11)\n    at Thing.wrapper (\u003canonymous\u003e:11:18)\n    at Thing.somethingElse (\u003canonymous\u003e:6:10)\n    at async \u003canonymous\u003e:15:3\n\n Intercepted in:\n\t Thing.something\n\t Thing.somethingElse\n\t doStuff\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaab%2Fsuccinct-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaab%2Fsuccinct-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaab%2Fsuccinct-async/lists"}