{"id":21070622,"url":"https://github.com/wisembly/vendor-logging","last_synced_at":"2025-06-17T01:37:38.333Z","repository":{"id":58243062,"uuid":"51087982","full_name":"Wisembly/vendor-logging","owner":"Wisembly","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-18T12:17:30.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-14T04:15:50.275Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wisembly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-04T16:15:01.000Z","updated_at":"2016-02-04T17:01:58.000Z","dependencies_parsed_at":"2022-08-31T01:01:42.166Z","dependency_job_id":null,"html_url":"https://github.com/Wisembly/vendor-logging","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Wisembly/vendor-logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wisembly%2Fvendor-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wisembly%2Fvendor-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wisembly%2Fvendor-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wisembly%2Fvendor-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wisembly","download_url":"https://codeload.github.com/Wisembly/vendor-logging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wisembly%2Fvendor-logging/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260272981,"owners_count":22984414,"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-19T18:47:37.400Z","updated_at":"2025-06-17T01:37:38.312Z","avatar_url":"https://github.com/Wisembly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wisembly Logging Vendor\n\n\u003e Catches every asynchronous exception that may be triggered by your code, by hooking asynchronous functions.\n\n## Basic usage\n\n```js\nvar wisemblyLogging = new WisemblyLogging(true);\n```\n\n## Constructor options\n\nIf the constructor parameter is `true`, all the following options will be enabled:\n\n  - **hookEventListeners** will hook DOM event listeners (both via `addEventListener()` calls and `on{Event}` properties), including XHR ones\n  - **hookAnimationFrame** will hook HTML5 `requestionAnimationFrame()`\n  - **hookTimeout** will hook `setTimeout`\n  - **hookInterval** will hook `setInterval`\n\n## Third-party builtin support\n\nThis module will use Logmatic together with Stacktrace.js when available, and degrade gracefully when they're not. It won't do anything if none of them can be located.\n\n## Custom reporting\n\nShould you want to define your own messaging action, feel free to override the `captureMessage` function to do whatever you want. However, overriding `captureException` should probably be avoided (since it uses `captureMessage`, any override that you may have set there will be used by `captureException`).\n\n## Compatibility\n\nThis module uses a fair bit of magic, and might conflict with other libraries, even if unlikely (how many other libraries redefine `on{Event}` properties, really?). Your mileage may vary. Caution. Warnung. Prudence. Cautela. Waarschuwingscommando.\n\n## License\n\nMIT. See `LICENSE.md`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisembly%2Fvendor-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisembly%2Fvendor-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisembly%2Fvendor-logging/lists"}