{"id":17670506,"url":"https://github.com/gurjeetsinghvirdee/appwrite-error-tracker","last_synced_at":"2026-05-11T02:07:16.797Z","repository":{"id":259142376,"uuid":"876418134","full_name":"gurjeetsinghvirdee/appwrite-error-tracker","owner":"gurjeetsinghvirdee","description":"Real-time error logging for seamless Appwrite integration. Ensures high reliability with detailed reports.","archived":false,"fork":false,"pushed_at":"2024-10-22T00:39:17.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T16:17:16.610Z","etag":null,"topics":["appwrite","error","logging","sentry","tracking"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/appwrite-error-tracking","language":"TypeScript","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/gurjeetsinghvirdee.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":"2024-10-21T23:56:52.000Z","updated_at":"2024-10-22T00:43:44.000Z","dependencies_parsed_at":"2024-10-23T04:43:37.066Z","dependency_job_id":null,"html_url":"https://github.com/gurjeetsinghvirdee/appwrite-error-tracker","commit_stats":null,"previous_names":["gurjeetsinghvirdee/appwrite-error-tracker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Fappwrite-error-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Fappwrite-error-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Fappwrite-error-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gurjeetsinghvirdee%2Fappwrite-error-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gurjeetsinghvirdee","download_url":"https://codeload.github.com/gurjeetsinghvirdee/appwrite-error-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246330593,"owners_count":20760141,"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":["appwrite","error","logging","sentry","tracking"],"created_at":"2024-10-24T02:05:05.416Z","updated_at":"2026-05-11T02:07:16.763Z","avatar_url":"https://github.com/gurjeetsinghvirdee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appwrite Error Tracker\r\n\r\n## Description \r\nAppwrite Error Tracker is a robust error logging solution designed for seamless integration with Appwrite projects. This TypeScript-based package leverages Appwrite's functions to capture and log errors in real-time, providing detailed reports and ensuring high application reliability.\r\n\r\n## What's the Use of This?\r\nAppwrite Error Tracker helps developers maintain high-quality applications by:\r\n- Providing real-time error notifications.\r\n- Offering detailed error reports including stack traces and user actions.\r\n- Monitoring performance and identifying recurring issues.\r\n- Analyzing user impact to prioritize fixes efficiently.\r\n\r\n## Setup\r\n\r\n### Installation\r\n\r\n1. **Install via npm**:\r\n   ```bash\r\n    npm install appwrite-error-tracker\r\n   ```\r\n\r\n2. **Create a `.env` file in the root directory**:\r\n   ```bash\r\n    APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\r\n    APPWRITE_PROJECT_ID=YOUR_PROJECT_ID\r\n    APPWRITE_API_KEY=YOUR_API_KEY\r\n    APPWRITE_DATABASE_ID=YOUR_DATABASE_ID\r\n    APPWRITE_COLLECTION_ID=YOUR_COLLECTION_ID\r\n   ```\r\n\r\n3. **Ensure Appwrite Schema**:\r\n   \r\n- Log into Appwrite Console and navigate to your database and collection.\r\n- Add the following attributes if they don't already exist:\r\n  - `error`: string (length 255 or more)\r\n  - `stack`: string (length 1000 or more)\r\n  - `timestamp`: string (or datetime)\r\n\r\n### Usage\r\n\r\n4. **Integrate into your application**: In your project's entry file (e.g., `app.ts`);\r\n   ```ts\r\n    import logErrorToAppwrite from 'appwrite-error-tracker';\r\n\r\n    process.on('uncaughtException', (error) =\u003e {\r\n        logErrorToAppwrite(error);\r\n    });\r\n\r\n    process.on('unhandledRejection', (reason, promise) =\u003e {\r\n        logErrorToAppwrite(reason);\r\n    });\r\n   ```\r\n\r\n**Configuration**\r\n\r\nEnsure your `.env` file contains the correct Appwrite project details:\r\n- `APPWRITE_ENDPOINT`\r\n- `APPWRITE_PROJECT_ID`\r\n- `APPWRITE_API_KEY`\r\n- `APPWRITE_DATABASE_ID`\r\n- `APPWRITE_COLLECTION_ID`\r\n\r\n**License**\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/gurjeetsinghvirdee/appwrite-error-tracker/blob/master/LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurjeetsinghvirdee%2Fappwrite-error-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgurjeetsinghvirdee%2Fappwrite-error-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgurjeetsinghvirdee%2Fappwrite-error-tracker/lists"}