偏右
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
src/rollbar.js
|
|
|
@ -1,7 +1,6 @@ |
|
|
|
import Rollbar from 'rollbar'; |
|
|
|
|
|
|
|
// Track error by rollbar.com
|
|
|
|
if (location.host === 'preview.pro.ant.design') { |
|
|
|
const Rollbar = require('rollbar').default; |
|
|
|
Rollbar.init({ |
|
|
|
accessToken: '033ca6d7c0eb4cc1831cf470c2649971', |
|
|
|
captureUncaught: true, |
|
|
|
|