Skip to content

Commit 107e3cb

Browse files
authored
chore: Update README to include our newest packages (#5966)
1 parent 9c66c39 commit 107e3cb

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

README.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
</a>
55
</p>
66

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/)_
810

911
![Build & Test](https://github.com/getsentry/sentry-javascript/workflows/Build%20&%20Test/badge.svg)
1012
[![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
2022

2123
**Sentry is Hiring!!!**
2224

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.
2427

2528
---
2629

@@ -45,29 +48,30 @@ For each major JavaScript platform, there is a specific high-level SDK that prov
4548
package. Please refer to the README and instructions of those SDKs for more detailed information:
4649

4750
- [`@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
5563
- [`@sentry/gatsby`](https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby): SDK for Gatsby
5664
- [`@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
5766
- [`@sentry/integrations`](https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations): Pluggable
5867
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)
5970
- [`@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
6272
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
7175

7276
## Installation and Usage
7377

@@ -97,8 +101,8 @@ Besides the high-level SDKs, this repository contains shared packages, helpers a
97101
development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources
98102
below:
99103

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
102106
- [`@sentry/hub`](https://github.com/getsentry/sentry-javascript/tree/master/packages/hub): Global state management of
103107
SDKs
104108
- [`@sentry/core`](https://github.com/getsentry/sentry-javascript/tree/master/packages/core): The base for all

0 commit comments

Comments
 (0)