Browse Source

Add hostWhiteList for rollbar

pull/1991/head
afc163 8 years ago
committed by 陈帅
parent
commit
76d8fcbf95
  1. 1
      src/rollbar.js

1
src/rollbar.js

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

Loading…
Cancel
Save