Sentry Javascript

Official Sentry SDKs for JavaScript
Alternatives To Sentry Javascript
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sentry Javascript7,2881,0781,30720 hours ago380August 04, 2023230mitTypeScript
Official Sentry SDKs for JavaScript
Gatsby Starter Lumen1,953321 hours ago1November 07, 201926mitTypeScript
A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.
Django React Boilerplate1,645
10 days ago33mitPython
Django 4, React, Bootstrap 5 with Python 3 and webpack project boilerplate
Sentry React Native1,449115019 hours ago176August 18, 2023111mitTypeScript
Official Sentry SDK for React-Native
Suicrux962
3 years ago7November 30, 2017160apache-2.0JavaScript
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Boilerplate Graphql868
6 days ago13TypeScript
⚡️Fullstack boilerplate using Typescript, React, Node & GraphQL
Cabin84519615 days ago92February 17, 20221mitJavaScript
:evergreen_tree: Cabin is the best self-hosted JavaScript and Node.js logging service. Made for @forwardemail.
Blogs842
3 months ago62JavaScript
博客文章收录
Redux Webpack Es6 Boilerplate572
7 years ago2September 03, 201615mitJavaScript
A starter project for modern React apps with Redux
Front End357
a day ago10mitJavaScript
Operation Code's website
Alternatives To Sentry Javascript
Select To Compare


Alternative Project Comparisons
Readme

Sentry

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

Build & Test codecov npm version Discord

Official Sentry SDKs for JavaScript

This is the next line of Sentry JavaScript SDKs, comprised in the @sentry/ namespace. It will provide a more convenient interface and improved consistency between various JavaScript environments.

Links

  • Documentation
  • Forum
  • Discord
  • Stack Overflow
  • Twitter Follow

Contents

Supported Platforms

For 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 Usage

To 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 Packages

Besides 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:

  • @sentry/tracing: Provides integrations and extensions for Performance Monitoring / Tracing.
  • @sentry/replay: Provides the integration for Session Replay.
  • @sentry/core: The base for all JavaScript SDKs with interfaces, type definitions and base classes.
  • @sentry/utils: A set of helpers and utility functions useful for various SDKs.
  • @sentry/types: Types used in all packages.
Popular Sentry Projects
Popular Reactjs Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Reactjs
Node
Vue
Angular
Sdk
Nextjs
Ember
Sentry
Raven
Javascript Client
Crash Reporting
Error Monitoring
Sentry Client