在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:getsentry/sentry-javascript开源软件地址:https://github.com/getsentry/sentry-javascript开源编程语言:TypeScript 82.6%开源软件介绍:Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions Official Sentry SDKs for JavaScriptThis is the next line of Sentry JavaScript SDKs, comprised in the Sentry is Hiring!!! Would you like to work on Open Source software and help maintain this repository? Apply today https://grnh.se/ca81c1701us. LinksContentsSupported PlatformsFor each major JavaScript platform, there is a specific high-level SDK that provides all the tools you need in a single package. Please refer to the README and instructions of those SDKs for more detailed information:
Installation and UsageTo install a SDK, simply add the high-level package, for example: npm install --save @sentry/browser
yarn add @sentry/browser Setup and usage of these SDKs always follows the same principle. import { init, captureMessage } from '@sentry/browser';
init({
dsn: '__DSN__',
// ...
});
captureMessage('Hello, world!'); Other PackagesBesides the high-level SDKs, this repository contains shared packages, helpers and configuration used for SDK development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources below:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论