{"id":41347238,"url":"https://github.com/nuxodin/reporter.js","last_synced_at":"2026-01-23T07:09:36.041Z","repository":{"id":151909331,"uuid":"624895227","full_name":"nuxodin/reporter.js","owner":"nuxodin","description":"Application monitoring / Troubleshooting","archived":false,"fork":false,"pushed_at":"2023-04-07T22:55:50.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T18:32:43.250Z","etag":null,"topics":["deno","error-handling","javascript","monitoring","notifications","reporting","reportingobserver","troubleshooting","website-monitoring"],"latest_commit_sha":null,"homepage":"","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/nuxodin.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}},"created_at":"2023-04-07T14:25:16.000Z","updated_at":"2023-04-08T18:40:36.000Z","dependencies_parsed_at":"2023-06-01T09:31:36.797Z","dependency_job_id":null,"html_url":"https://github.com/nuxodin/reporter.js","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f36bdb6ed0457873c5e9373848f2fe94ad12cca6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nuxodin/reporter.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Freporter.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Freporter.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Freporter.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Freporter.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxodin","download_url":"https://codeload.github.com/nuxodin/reporter.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxodin%2Freporter.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","error-handling","javascript","monitoring","notifications","reporting","reportingobserver","troubleshooting","website-monitoring"],"created_at":"2026-01-23T07:09:35.425Z","updated_at":"2026-01-23T07:09:36.036Z","avatar_url":"https://github.com/nuxodin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reporter.js\nApplication monitoring / Troubleshooting\n\nReporter.js is a JavaScript library for monitoring websites and Deno applications. It enables you to send notifications to a server for different types of events such as JS errors, unhandled rejections, console calls (error/warn/debug), and ReportingObserver. With reporter.js, you can track issues in your website or Deno application and resolve them quickly, improving your user experience.\n\n## Features\nSend different types of notifications to a server\n- js errors\n- unhandles rejections\n- console calls (error/warn/debug)\n- ReportingObserver\n\n## Install\n\n### In your website\n\n```html\n\u003cscript\u003e\n// as it should be loaded as fast as possible, it makes sens to load it not as a module    \nwindow.reporterJsOptions = {\n    // reporting-url\n    url: 'https://example.com/errors',\n    // max reportings to send\n    max: 50, \n}\n\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/nuxodin/reporter.js/mod.js\"\u003e\u003c/script\u003e\n```\n\n### In deno\n\n```js\nwindow.reporterJsOptions = {\n    url: 'https://example.com/reporter.php',\n    max: 50,\n}\nimport 'https://cdn.jsdelivr.net/gh/nuxodin/reporter.js/mod.js';\n```\n\n## Usage\n\n```js\nconsole.warn('test') // will be send to the server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxodin%2Freporter.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxodin%2Freporter.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxodin%2Freporter.js/lists"}