Skip to content

Commit 10ea27e

Browse files
committed
Add note about ember-cli-sentry
1 parent 68dbc66 commit 10ea27e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +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.
56+
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
57+
`Raven.setReleaseContext($("meta[name='revision']").attr('content'))`.
58+
5559
- Run the pipeline
5660

5761
```bash

0 commit comments

Comments
 (0)