change sentry id

This commit is contained in:
afc163 2019-01-21 16:24:45 +08:00 committed by 偏右
parent 430d78573b
commit f513ec5a5f

View File

@ -2,7 +2,7 @@ import React, { Component } from 'react';
import * as Sentry from '@sentry/browser';
Sentry.init({
dsn: 'https://2a2c2568315846dab9083a32e37f61fc@sentry.io/1375737',
dsn: 'https://41977dd48e5b4da2aa3600ccbe7dda6d@sentry.io/1375756',
});
export default class SentryBoundary extends Component {