1 | <p align="center">
|
2 | <a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
|
3 | <img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
|
4 | </a>
|
5 | </p>
|
6 |
|
7 | # Sentry JavaScript SDK Core
|
8 |
|
9 | [![npm version](https://img.shields.io/npm/v/@sentry/core.svg)](https://www.npmjs.com/package/@sentry/core)
|
10 | [![npm dm](https://img.shields.io/npm/dm/@sentry/core.svg)](https://www.npmjs.com/package/@sentry/core)
|
11 | [![npm dt](https://img.shields.io/npm/dt/@sentry/core.svg)](https://www.npmjs.com/package/@sentry/core)
|
12 |
|
13 | ## Links
|
14 |
|
15 | - [Official SDK Docs](https://docs.sentry.io/quickstart/)
|
16 | - [TypeDoc](http://getsentry.github.io/sentry-javascript/)
|
17 |
|
18 | ## General
|
19 |
|
20 | This package contains interface definitions, base classes and utilities for building Sentry JavaScript SDKs, like
|
21 | `@sentry/node` or `@sentry/browser`.
|
22 |
|
23 | Please consider all classes and exported functions and interfaces `internal`.
|