3 changed files with 8 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
import Raven from 'raven-js'; |
||||
|
|
||||
|
// Track error by https://sentry.io/
|
||||
|
if (location.host === 'preview.pro.ant.design') { |
||||
|
Raven.config('https://969e74e863854cf0ae7d7d72f534bd3e@sentry.io/247221').install(); |
||||
|
} |
||||
Loading…
Reference in new issue