@@ -89,10 +89,6 @@ <h2 id="supported-platforms">Supported Platforms</h2>
89
89
< p > For each major JavaScript platform, there is a specific high-level SDK that provides all the tools you need in a single
90
90
package. Please refer to the README and instructions of those SDKs for more detailed information:</ p >
91
91
< ul >
92
- < li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/hub "> < code > @sentry/hub</ code > </ a > : Global state management of
93
- SDKs</ li >
94
- < li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal "> < code > @sentry/minimal</ code > </ a > : Minimal SDK for
95
- library authors to add Sentry support</ li >
96
92
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/browser "> < code > @sentry/browser</ code > </ a > : SDK for Browsers,
97
93
including integrations for React, Angular, Ember, Vue and Backbone</ li >
98
94
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/node "> < code > @sentry/node</ code > </ a > : SDK for Node, including
@@ -127,12 +123,14 @@ <h2 id="other-packages">Other Packages</h2>
127
123
development. If you're thinking about contributing to or creating a JavaScript-based SDK, have a look at the resources
128
124
below:</ p >
129
125
< ul >
126
+ < li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/hub "> < code > @sentry/hub</ code > </ a > : Global state management of
127
+ SDKs</ li >
128
+ < li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal "> < code > @sentry/minimal</ code > </ a > : Minimal SDK for
129
+ library authors to add Sentry support</ li >
130
130
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/core "> < code > @sentry/core</ code > </ a > : The base for all
131
131
JavaScript SDKs with interfaces, type definitions and base classes.</ li >
132
132
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/utils "> < code > @sentry/utils</ code > </ a > : A set of helpers and
133
133
utility functions useful for various SDKs.</ li >
134
- < li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/opentracing "> < code > @sentry/opentracing</ code > </ a > : OpenTracing
135
- compatible integration that can be used as a pluggable integration for the SDKs.</ li >
136
134
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript "> < code > @sentry/typescript</ code > </ a > : Shared
137
135
Typescript compiler and linter options.</ li >
138
136
< li > < a href ="https://github.com/getsentry/sentry-javascript/tree/master/packages/types "> < code > @sentry/types</ code > </ a > : Types used in all
@@ -146,10 +144,58 @@ <h2 id="other-packages">Other Packages</h2>
146
144
< li class ="globals ">
147
145
< a href ="globals.html "> < em > Globals</ em > </ a >
148
146
</ li >
147
+ < li class =" tsd-kind-external-module ">
148
+ < a href ="modules/browser.html "> browser</ a >
149
+ </ li >
150
+ < li class =" tsd-kind-external-module ">
151
+ < a href ="modules/core.html "> core</ a >
152
+ </ li >
153
+ < li class =" tsd-kind-external-module ">
154
+ < a href ="modules/hub.html "> hub</ a >
155
+ </ li >
156
+ < li class =" tsd-kind-external-module ">
157
+ < a href ="modules/integrations.html "> integrations</ a >
158
+ </ li >
159
+ < li class =" tsd-kind-external-module ">
160
+ < a href ="modules/minimal.html "> minimal</ a >
161
+ </ li >
162
+ < li class =" tsd-kind-external-module ">
163
+ < a href ="modules/node.html "> node</ a >
164
+ </ li >
165
+ < li class =" tsd-kind-external-module ">
166
+ < a href ="modules/types.html "> types</ a >
167
+ </ li >
168
+ < li class =" tsd-kind-external-module ">
169
+ < a href ="modules/utils.html "> utils</ a >
170
+ </ li >
149
171
</ ul >
150
172
</ nav >
151
173
< nav class ="tsd-navigation secondary menu-sticky ">
152
174
< ul class ="before-current ">
175
+ < li class =" tsd-kind-external-module ">
176
+ < a href ="modules/browser.html " class ="tsd-kind-icon "> browser</ a >
177
+ </ li >
178
+ < li class =" tsd-kind-external-module ">
179
+ < a href ="modules/core.html " class ="tsd-kind-icon "> core</ a >
180
+ </ li >
181
+ < li class =" tsd-kind-external-module ">
182
+ < a href ="modules/hub.html " class ="tsd-kind-icon "> hub</ a >
183
+ </ li >
184
+ < li class =" tsd-kind-external-module ">
185
+ < a href ="modules/integrations.html " class ="tsd-kind-icon "> integrations</ a >
186
+ </ li >
187
+ < li class =" tsd-kind-external-module ">
188
+ < a href ="modules/minimal.html " class ="tsd-kind-icon "> minimal</ a >
189
+ </ li >
190
+ < li class =" tsd-kind-external-module ">
191
+ < a href ="modules/node.html " class ="tsd-kind-icon "> node</ a >
192
+ </ li >
193
+ < li class =" tsd-kind-external-module ">
194
+ < a href ="modules/types.html " class ="tsd-kind-icon "> types</ a >
195
+ </ li >
196
+ < li class =" tsd-kind-external-module ">
197
+ < a href ="modules/utils.html " class ="tsd-kind-icon "> utils</ a >
198
+ </ li >
153
199
</ ul >
154
200
</ nav >
155
201
</ div >
0 commit comments