{"id":18332521,"url":"https://github.com/cellular/jovo-plugin-raven","last_synced_at":"2025-04-09T18:39:18.789Z","repository":{"id":92903549,"uuid":"135947783","full_name":"cellular/jovo-plugin-raven","owner":"cellular","description":"Jovo plugin to send errors to a sentry server","archived":false,"fork":false,"pushed_at":"2018-06-05T14:04:46.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-15T11:19:50.005Z","etag":null,"topics":[],"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/cellular.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":"2018-06-03T23:12:33.000Z","updated_at":"2018-06-07T08:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"86b97924-162c-4c07-9166-36993b602507","html_url":"https://github.com/cellular/jovo-plugin-raven","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-raven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-raven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-raven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fjovo-plugin-raven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cellular","download_url":"https://codeload.github.com/cellular/jovo-plugin-raven/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248089375,"owners_count":21045892,"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-05T19:39:16.523Z","updated_at":"2025-04-09T18:39:18.771Z","avatar_url":"https://github.com/cellular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry integration for the Jovo Framework\n\n[![Build Status](https://travis-ci.org/cellular/jovo-plugin-raven.svg?branch=master)](https://travis-ci.org/cellular/jovo-plugin-raven)\n\n[Jovo](https://www.jovo.tech/) [Plugin](https://www.jovo.tech/docs/advanced#plugins) that sends errors to a [Sentry](https://github.com/getsentry/sentry) server using [Raven](https://github.com/getsentry/raven-node).\n\n## Usage\n\n```js\nconst { App } = require('jovo-framework');\nconst Raven = require('raven');\nconst RavenPlugin = require('jovo-plugin-raven');\n\nconst app = new App();\n\nconst dsn = 'https://abc:123@example.com/1';\nconst opts = {\n  // see:\n  // https://docs.sentry.io/clients/node/config/#optional-settings\n};\n\napp.register('RavenPlugin', new RavenPlugin(dsn, opts));\n```\n\n# License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fjovo-plugin-raven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcellular%2Fjovo-plugin-raven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fjovo-plugin-raven/lists"}