diff --git a/src/rollbar.js b/src/rollbar.js index f14753b10e2aff55ae78b01ccd8cd97ce762ccb1..89b5b7f94c0ac1d66db6135abf3bd5d73164812e 100644 --- a/src/rollbar.js +++ b/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', },