文件名称:sentry-react-native:官方Sentry SDK,用于react-native
文件大小:1.64MB
文件格式:ZIP
更新时间:2024-02-21 00:39:27
react javascript android ios react-native
适用于React Native的Sentry SDK 要求 react-native >= 0.56.0 产品特点 自动JS错误跟踪(使用 ) 自动本机崩溃错误跟踪(在使用和 ) 离线存储事件 JS的设备符号表示(在Debug中) 具有丰富设备数据的事件 RAM捆绑支持 爱马仕支持 世博支持( ) 安装及使用 要安装软件包: npm install --save @sentry/react-native # OR yarn add @sentry/react-native 如果您使用的是React Native <= 0.60.x版本,请使用react-native链接软件包。 react-native link @sentry/react-native # OR, if self hosting SENTRY_WIZARD_URL=http://sentry.acme.com/ react-native link @sentry/react-native 如何使用它: import * as Sentry from "@sentry/react-native" ; S