react-sentry-error-boundary:使用Raven JS的带有集成Sentry错误报告的React错误边界组件

时间:2024-05-27 12:37:54
【文件属性】:

文件名称:react-sentry-error-boundary:使用Raven JS的带有集成Sentry错误报告的React错误边界组件

文件大小:42KB

文件格式:ZIP

更新时间:2024-05-27 12:37:54

JavaScript

React哨兵错误边界 使用Raven JS集成了Sentry错误报告的React错误边界组件。 该库使用Raven JS Client的实例来手动捕获React生命周期方法componentDidCatch中的异常。 这对于在集成内容中实施Sentry错误报告特别有用。 安装 npm install --save-dev react-sentry-error-boundary 要求 对等依赖 prop-types >=15.5.0 raven-js >=3.26.3 react >=16.0.0 用法 import MyWidget from './MyWidget' import SentryErrorBoundary from 'react-sentry-error-boundary' import React from 'react' const App = ( ) => <


【文件预览】:
react-sentry-error-boundary-main
----.eslintrc(7KB)
----.babelrc(78B)
----package.json(1KB)
----LICENSE(1KB)
----package-lock.json(165KB)
----src()
--------ReactSentryErrorBoundary.js(1KB)
----.npmignore(34B)
----.gitignore(25B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(1KB)

网友评论