Skip to content

Commit f0227b9

Browse files
authored
Merge pull request RocketChat#314 from alexbrazier/feature/app-model
Set app user model id to improve notifications
2 parents 069c489 + 5f89941 commit f0227b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.js

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ Bugsnag.metaData = {
1414

1515
Bugsnag.appVersion = app.getVersion();
1616

17+
app.setAppUserModelId('chat.rocket');
18+
1719
window.$ = window.jQuery = require('./vendor/jquery-1.12.0');
1820
start();

0 commit comments

Comments
 (0)