Skip to content

Commit

Permalink
Set app user model id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Jan 21, 2017
1 parent b3cb129 commit 5f89941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Bugsnag.metaData = {

Bugsnag.appVersion = app.getVersion();

app.setAppUserModelId('chat.rocket');

window.$ = window.jQuery = require('./vendor/jquery-1.12.0');
start();

0 comments on commit 5f89941

Please sign in to comment.