{"library":"ember-cli-sentry","type":"library","category":null,"description":"An ember-cli addon that integrates Sentry (Raven.js) error tracking into Ember.js applications. The current stable version is 4.1.0, released in 2019, with maintenance releases since then. It supports Node 6+ and Ember CLI 2.13+. Key differentiators: provides an Ember service for reporting errors, automatic global error catching for Ember.onerror and RSVP, and configuration via environment variables. Compared to manual Raven.js integration, it offers idiomatic Ember conventions and easier setup.","language":"javascript","status":"maintenance","version":"4.1.0","tags":["javascript","ember-addon","getsentry","sentry","ravenjs","raven"],"last_verified":"Fri May 01","install":[{"cmd":"npm install ember-cli-sentry","imports":["import sentry from 'ember-cli-sentry';","import { inject as service } from '@ember/service';\nconst sentry = service('raven');","// config/environment.js\nmodule.exports = function(environment) {\n  return {\n    sentry: { dsn: '...' }\n  };\n};"]},{"cmd":"yarn add ember-cli-sentry","imports":[]},{"cmd":"pnpm add ember-cli-sentry","imports":[]}],"homepage":null,"github":"https://github.com/ember-cli-sentry/ember-cli-sentry","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ember-cli-sentry","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}