@@ -32,10 +32,6 @@ convenient interface and improved consistency between various JavaScript environ
3232For each major JavaScript platform, there is a specific high-level SDK that provides all the tools you need in a single
3333package. Please refer to the README and instructions of those SDKs for more detailed information:
3434
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
3935- [ ` @sentry/browser ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/browser ) : SDK for Browsers,
4036 including integrations for React, Angular, Ember, Vue and Backbone
4137- [ ` @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
8076development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources
8177below:
8278
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
8384- [ ` @sentry/core ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/core ) : The base for all
8485 JavaScript SDKs with interfaces, type definitions and base classes.
8586- [ ` @sentry/utils ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/utils ) : A set of helpers and
8687 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.
8988- [ ` @sentry/typescript ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript ) : Shared
9089 Typescript compiler and linter options.
9190- [ ` @sentry/types ` ] ( https://github.com/getsentry/sentry-javascript/tree/master/packages/types ) : Types used in all
0 commit comments