chore: 渲染器调试
This commit is contained in:
@@ -114,17 +114,7 @@ const initRequestConfig = () => {
|
||||
});
|
||||
};
|
||||
|
||||
// const mergeResponseInterceptors = () => {
|
||||
// const responseHandlers = props.interceptors?.response?.handlers || [];
|
||||
// responseHandlers.forEach((handler) => {
|
||||
// if (isFn(handler?.fulfilled)) {
|
||||
// request.useResponse(handler.fulfilled, handler.rejected);
|
||||
// }
|
||||
// });
|
||||
// };
|
||||
|
||||
mergeRequestInterceptors();
|
||||
// mergeResponseInterceptors();
|
||||
};
|
||||
|
||||
// 显示加载中
|
||||
|
||||
@@ -23,12 +23,6 @@ Sentry.init({
|
||||
Sentry.replayIntegration(),
|
||||
// 异常端信息追踪
|
||||
Sentry.browserTracingIntegration(),
|
||||
// 异常反馈
|
||||
// Sentry.feedbackIntegration({
|
||||
// colorScheme: 'system',
|
||||
// isNameRequired: true,
|
||||
// isEmailRequired: true,
|
||||
// }),
|
||||
],
|
||||
// Session Replay
|
||||
replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
|
||||
|
||||
Reference in New Issue
Block a user