Browse Source

change sentry id

pull/14479/head
afc163 6 years ago
committed by 偏右
parent
commit
f513ec5a5f
  1. 2
      site/theme/template/Layout/SentryBoundary.jsx

2
site/theme/template/Layout/SentryBoundary.jsx

@ -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 {

Loading…
Cancel
Save