Sentry has taken the error,but did't send report

buy the way,i did’t report error manually (Raven.captureException(e))

Raven.config('http://d9a5b1e857a34c47b5a40803ee613f9d@localhost:9000/6', { // debug: true, release: '86f958a97f5848878995821b13ef65cefff5fc7e', environment: 'prod', tags: {git_commit: '86f958a97f5848878995821b13ef65cefff5fc7e'}, autoBreadcrumbs: { 'xhr': true, // XMLHttpRequest 'console': true, // console logging 'dom': true, // DOM interactions, i.e. clicks/typing 'location': true // url changes, including pushState/popState }, dataCallback: function (data) { // 发送数据前填充用户信息 RavenSetUserContext(); } }).install();