mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
change sentry id
This commit is contained in:
parent
430d78573b
commit
f513ec5a5f
@ -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…
Reference in New Issue
Block a user