{"id":21296154,"url":"https://github.com/dukeferdinand/sentinel","last_synced_at":"2026-04-19T02:02:06.785Z","repository":{"id":55467442,"uuid":"316120438","full_name":"DukeFerdinand/sentinel","owner":"DukeFerdinand","description":"A massively over-engineered project to emulate the Sentry platform :)","archived":false,"fork":false,"pushed_at":"2021-01-03T20:50:14.000Z","size":1187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T21:47:22.283Z","etag":null,"topics":["react","sentry","typescript"],"latest_commit_sha":null,"homepage":"https://sentinelapp.dev","language":"TypeScript","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/DukeFerdinand.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}},"created_at":"2020-11-26T04:14:00.000Z","updated_at":"2020-12-29T06:18:36.000Z","dependencies_parsed_at":"2022-08-15T01:00:55.702Z","dependency_job_id":null,"html_url":"https://github.com/DukeFerdinand/sentinel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DukeFerdinand/sentinel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fsentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fsentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fsentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fsentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DukeFerdinand","download_url":"https://codeload.github.com/DukeFerdinand/sentinel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fsentinel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270109375,"owners_count":24528789,"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-08-12T02:00:09.011Z","response_time":80,"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":["react","sentry","typescript"],"created_at":"2024-11-21T14:20:24.522Z","updated_at":"2025-10-15T18:21:28.618Z","avatar_url":"https://github.com/DukeFerdinand.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sentinel\n\n[![CircleCI](https://circleci.com/gh/DukeFerdinand/sentinel.svg?style=shield)](https://circleci.com/gh/DukeFerdinand/sentinel)\n\nSomething of a clone to the ever popular [sentry](sentry.io) error and exception tracker. For legal and support reasons (or if you're not a little crazy like me), give a look to their open source, self-hosted software before you look here :)\n\nThe name is 100% a play on the `sentry` name in case that wasn't totally clear!\n\n### TL;DR\n\n```bash\n# Clone repo\n$ git clone git@github.com:DukeFerdinand/sentinel.git\n# Install\n$ yarn\n# Setup your env\n$ cp .env.local.example .env.local # then optionally edit the new .env.local file\n# Run\n$ yarn dev\n# Test\n$ yarn test\n```\n\n### Motivation\n\nI'm weird, I _really_ like error handling and state management... So after I created a tool for work based on [Rust `Result` enums](https://doc.rust-lang.org/stable/std/result/enum.Result.html) (the tool of course I've stripped, improved for more than just that app, and released as `smartFetch` in my `ts-utils` repo btw), I realized I didn't have anywhere to use my more advanced decorator error hooks :)\n\nIn comes Sentinel! It was supposed to be another tool for work, but ultimately we scrapped it and my OSS baby was born! I'm kinda glad we did so I can experiment ;)\n\n### Tech stack\n\nHere's the layout, along with _planned_ features marked with `?` where they aren't actually implemented yet:\n\n#### Frontend\n\n- React + TS\n- My ts-utils lib with `smartFetch`\n- GQL (apollo)\n- Next.js\n- Emotion.js\n\n#### Backend\n\n- Next.js serverless functions (GQL, Auth ?)\n- Node.js event ingesting functions ?\n- MongoDB\n\n#### Planned Integrations ?\n\n- Generic JS module first\n- React `HOC`\n- Rust crate\n- Python package (I use python for MQTT and Pi stuff a lot)\n\nAnd of course tying it all together...\n\n#### Hosting\n\nUI and most serverless Next.js functions will be shipped via Vercel (parent company of Next.js now) for the first class citizen perks. Sorry Netlify I love you, but not this time. I need that zero effort SSR hosting! :(\n\nAny general ingesting will mostly be serverless Node functions. This could be done with Vercel too, but I have an affinity for GCP because I basically taught it to myself in Grand Central while I was in NYC, though AWS would work too... Ultimately whatever is cheaper because they're just as complicated ;)\n\n### Can I use this?\n\nSure! If you decide to use it for your own purposes gimme a shout and I'll link you here in the README :)\n\nIf for any reason you want to use it _with a company_, give me some company merch and we've got a deal!\n\nShoutouts and merch are totally optional as this is open source, but throwing back some respect keeps me and the community motivated :)\n\n### Summary\n\nFeel free to use it, just know that there are better funded options out there should you need anything beyond what I (a lone dev) can provide.\n\nThis is purely a passion project as well as an experience builder for Full Stack work :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdukeferdinand%2Fsentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdukeferdinand%2Fsentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdukeferdinand%2Fsentinel/lists"}