Browse Source

Add hostWhiteList for rollbar

pull/1873/merge
afc163 8 years ago
parent
commit
7d68af16df
  1. 1
      src/rollbar.js

1
src/rollbar.js

@ -6,6 +6,7 @@ if (location.host === 'preview.pro.ant.design') {
accessToken: '033ca6d7c0eb4cc1831cf470c2649971',
captureUncaught: true,
captureUnhandledRejections: true,
hostWhiteList: ['ant.design'],
payload: {
environment: 'production',
},

Loading…
Cancel
Save