{"id":16108452,"url":"https://github.com/chidiwilliams/trackerr","last_synced_at":"2026-05-04T15:31:33.615Z","repository":{"id":110491078,"uuid":"240778239","full_name":"chidiwilliams/trackerr","owner":"chidiwilliams","description":"Simple exception tracking for Express/Koa servers","archived":false,"fork":false,"pushed_at":"2020-02-23T22:24:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T04:21:06.209Z","etag":null,"topics":["connectjs","error-monitoring","error-reporting","express","javascript","koa","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/chidiwilliams.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":"2020-02-15T19:47:37.000Z","updated_at":"2020-02-23T22:24:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e78ae97-332f-458f-9388-e83dffb84d2f","html_url":"https://github.com/chidiwilliams/trackerr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chidiwilliams/trackerr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chidiwilliams%2Ftrackerr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chidiwilliams%2Ftrackerr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chidiwilliams%2Ftrackerr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chidiwilliams%2Ftrackerr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chidiwilliams","download_url":"https://codeload.github.com/chidiwilliams/trackerr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chidiwilliams%2Ftrackerr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734426,"owners_count":26036404,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["connectjs","error-monitoring","error-reporting","express","javascript","koa","nodejs"],"created_at":"2024-10-09T19:26:51.883Z","updated_at":"2025-10-07T06:48:46.582Z","avatar_url":"https://github.com/chidiwilliams.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trackerr\n\nSimple exception tracking for small Express/Koa servers.\n\n## Features\n\n- Log uncaught exceptions to a data store of your choice\n- View exceptions in the browser with a password-protected middleware in your app\n- Get notified via email when an exception occurs (TODO)\n\n## Installation\n\nInstall with NPM:\n\n```shell\nnpm install --save trackerr\n```\n\nor Yarn:\n\n```shell\nyarn add trackerr\n```\n\n## Usage\n\nCreate a new client with a data store:\n\n```js\nimport { Client } from 'trackerr';\nimport { SQLiteStore } from 'trackerr-sqlite';\n\nconst trackerr = new Client(new SQLiteStore('db.sql'));\n```\n\ntrackerr will automatically begin to watch for uncaught exceptions in your app's process.\n\nTo use the middleware:\n\n```js\nserver.use(trackerr.middleware());\n```\n\nThe middleware will serve the trackerr page at `/__exceptions`.\n\n## Data stores\n\nThe exception data may be stored in any data store of your choice. You may use one of the following maintained data stores or write your own plugin by implementing the `ExceptionDataStore` interface in [tracker-abstract-datastore](https://github.com/chidiwilliams/trackerr-abstract-exception-store).\n\n- [SQLite](https://github.com/chidiwilliams/trackerr-sqlite)\n\n## Comparison with other exception trackers\n\ntrackerr is free and open-source. It provides a simple middleware that mounts on your app, instead of relying on a third-party solution (like Airbrake or Sentry) or managing another server (like Errbit).\n\n## Roadmap to V1\n\n- Add password protection to trackerr page\n- Email notifications\n\n## Notes\n\n- The idea for this project was originally shared [here](https://github.com/open-source-ideas/open-source-ideas/issues/15#issue-183618259).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchidiwilliams%2Ftrackerr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchidiwilliams%2Ftrackerr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchidiwilliams%2Ftrackerr/lists"}