Commit 7d68af16 authored by afc163's avatar afc163

Add hostWhiteList for rollbar

parent 4e786474
...@@ -6,6 +6,7 @@ if (location.host === 'preview.pro.ant.design') { ...@@ -6,6 +6,7 @@ if (location.host === 'preview.pro.ant.design') {
accessToken: '033ca6d7c0eb4cc1831cf470c2649971', accessToken: '033ca6d7c0eb4cc1831cf470c2649971',
captureUncaught: true, captureUncaught: true,
captureUnhandledRejections: true, captureUnhandledRejections: true,
hostWhiteList: ['ant.design'],
payload: { payload: {
environment: 'production', environment: 'production',
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment