Skip to content

Commit d1e11c3

Browse files
committed
Add note about exception catching with raven-js
1 parent 10ea27e commit d1e11c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ Raven.config({
5252
});
5353
```
5454

55-
We don't use it (yet), but [ember-cli-sentry](https://github.com/damiencaselli/ember-cli-sentry) is probably useful to get started quickly.
55+
Last but not least make sure to setup proper exception catching like [this](https://github.com/getsentry/raven-js/blob/master/plugins/ember.js).
56+
57+
58+
We don't use it (yet), but [ember-cli-sentry](https://github.com/damiencaselli/ember-cli-sentry) is probably useful to get started quickly. (It also sets up the exception handlers for you)
5659
Apparently for it to work you will need to set `revisionKey` to your application's `config.APP.version` or set [raven-js][2]'s `release` option later via
5760
`Raven.setReleaseContext($("meta[name='revision']").attr('content'))`.
5861

0 commit comments

Comments
 (0)