4
4
</a >
5
5
</p >
6
6
7
- _ 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 [ <kbd >** Check out our open positions** </kbd >] ( https://sentry.io/careers/ ) _
7
+ _ Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software
8
+ faster, so we can get back to enjoying technology. If you want to join us
9
+ [ <kbd >** Check out our open positions** </kbd >] ( https://sentry.io/careers/ ) _
8
10
9
11
![ Build & Test] ( https://github.com/getsentry/sentry-javascript/workflows/Build%20&%20Test/badge.svg )
10
12
[ ![ codecov] ( https://codecov.io/gh/getsentry/sentry-javascript/branch/master/graph/badge.svg )] ( https://codecov.io/gh/getsentry/sentry-javascript )
@@ -20,7 +22,8 @@ convenient interface and improved consistency between various JavaScript environ
20
22
21
23
** Sentry is Hiring!!!**
22
24
23
- Would you like to work on Open Source software and help maintain this repository? Apply today: https://boards.greenhouse.io/sentry .
25
+ Would you like to work on Open Source software and help maintain this repository? Apply today:
26
+ https://boards.greenhouse.io/sentry .
24
27
25
28
---
26
29
@@ -45,29 +48,30 @@ For each major JavaScript platform, there is a specific high-level SDK that prov
45
48
package. Please refer to the README and instructions of those SDKs for more detailed information:
46
49
47
50
- [ ` @sentry/browser ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/browser ) : SDK for Browsers
48
- including integrations for Backbone
49
- - [ ` @sentry/node ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/node ) : SDK for Node, including
50
- integrations for Express, Koa, Loopback, Sails and Connect
51
- - [ ` @sentry/angular ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/angular ) : browser SDK with Angular integration enabled
52
- - [ ` @sentry/react ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/react ) : browser SDK with React integration enabled
53
- - [ ` @sentry/ember ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/ember ) : browser SDK with Ember integration enabled
54
- - [ ` @sentry/vue ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/vue ) : browser SDK with Vue integration enabled
51
+ - [ ` @sentry/node ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/node ) : SDK for Node including
52
+ integrations for Express
53
+ - [ ` @sentry/angular ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/angular ) : Browser SDK with
54
+ Angular integration enabled
55
+ - [ ` @sentry/ember ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/ember ) : Browser SDK with Ember
56
+ integration enabled
57
+ - [ ` @sentry/react ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/react ) : Browser SDK with React
58
+ integration enabled
59
+ - [ ` @sentry/svelte ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/svelte ) : Browser SDK with
60
+ Svelte integration enabled
61
+ - [ ` @sentry/vue ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/vue ) : Browser SDK with Vue
62
+ integration enabled
55
63
- [ ` @sentry/gatsby ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby ) : SDK for Gatsby
56
64
- [ ` @sentry/nextjs ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs ) : SDK for Next.js
65
+ - [ ` @sentry/remix ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/remix ) : SDK for Remix
57
66
- [ ` @sentry/integrations ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations ) : Pluggable
58
67
integrations that can be used to enhance JS SDKs
68
+ - [ ` @sentry/serverless ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/serverless ) : SDK for
69
+ Serverless Platforms (AWS, GCP)
59
70
- [ ` @sentry/electron ` ] ( https://github.com/getsentry/sentry-electron ) : SDK for Electron with support for native crashes
60
- - [ ` @sentry/react-native ` ] ( https://github.com/getsentry/sentry-react-native ) : SDK for React Native with support for native crashes
61
- - [ ` @sentry/capacitor ` ] ( https://github.com/getsentry/sentry-capacitor ) : SDK for Capacitor Apps and Ionic with support for
71
+ - [ ` @sentry/react-native ` ] ( https://github.com/getsentry/sentry-react-native ) : SDK for React Native with support for
62
72
native crashes
63
- - [ ` sentry-cordova ` ] ( https://github.com/getsentry/sentry-cordova ) : SDK for Cordova Apps and Ionic with support for
64
- native crashes
65
- - [ ` raven-js ` ] ( https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-js ) : Our old stable JavaScript
66
- SDK, we still support and release bug fixes for the SDK but all new features will be implemented in ` @sentry/browser `
67
- which is the successor.
68
- - [ ` raven ` ] ( https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-node ) : Our old stable Node SDK,
69
- same as for ` raven-js ` we still support and release bug fixes for the SDK but all new features will be implemented in
70
- ` @sentry/node ` which is the successor.
73
+ - [ ` @sentry/capacitor ` ] ( https://github.com/getsentry/sentry-capacitor ) : SDK for Capacitor Apps and Ionic with support
74
+ for native crashes
71
75
72
76
## Installation and Usage
73
77
@@ -97,8 +101,8 @@ Besides the high-level SDKs, this repository contains shared packages, helpers a
97
101
development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources
98
102
below:
99
103
100
- - [ ` @sentry/tracing ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing ) : Provides Integrations and
101
- extensions for Performance Monitoring / Tracing
104
+ - [ ` @sentry/tracing ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing ) : Provides
105
+ Integrations and extensions for Performance Monitoring / Tracing
102
106
- [ ` @sentry/hub ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/hub ) : Global state management of
103
107
SDKs
104
108
- [ ` @sentry/core ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/core ) : The base for all
0 commit comments