@@ -32,10 +32,6 @@ convenient interface and improved consistency between various JavaScript environ
32
32
For each major JavaScript platform, there is a specific high-level SDK that provides all the tools you need in a single
33
33
package. Please refer to the README and instructions of those SDKs for more detailed information:
34
34
35
- - [ ` @sentry/hub ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/hub ) : Global state management of
36
- SDKs
37
- - [ ` @sentry/minimal ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal ) : Minimal SDK for
38
- library authors to add Sentry support
39
35
- [ ` @sentry/browser ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/browser ) : SDK for Browsers,
40
36
including integrations for React, Angular, Ember, Vue and Backbone
41
37
- [ ` @sentry/node ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/node ) : SDK for Node, including
@@ -80,12 +76,15 @@ Besides the high-level SDKs, this repository contains shared packages, helpers a
80
76
development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources
81
77
below:
82
78
79
+
80
+ - [ ` @sentry/hub ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/hub ) : Global state management of
81
+ SDKs
82
+ - [ ` @sentry/minimal ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal ) : Minimal SDK for
83
+ library authors to add Sentry support
83
84
- [ ` @sentry/core ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/core ) : The base for all
84
85
JavaScript SDKs with interfaces, type definitions and base classes.
85
86
- [ ` @sentry/utils ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/utils ) : A set of helpers and
86
87
utility functions useful for various SDKs.
87
- - [ ` @sentry/opentracing ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/opentracing ) : OpenTracing
88
- compatible integration that can be used as a pluggable integration for the SDKs.
89
88
- [ ` @sentry/typescript ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript ) : Shared
90
89
Typescript compiler and linter options.
91
90
- [ ` @sentry/types ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/types ) : Types used in all
0 commit comments