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 Utilities (DEPRECATED)
|
8 |
|
9 | > DEPRECATION NOTICE: The `@sentry/utils` package is deprecated.
|
10 | > All exports have been moved to `@sentry/core`.
|
11 | > Import everything from `@sentry/core` instead.
|
12 |
|
13 | [](https://www.npmjs.com/package/@sentry/utils)
|
14 | [](https://www.npmjs.com/package/@sentry/utils)
|
15 | [](https://www.npmjs.com/package/@sentry/utils)
|
16 |
|
17 | ## Links
|
18 |
|
19 | - [Official SDK Docs](https://docs.sentry.io/quickstart/)
|
20 | - [TypeDoc](http://getsentry.github.io/sentry-javascript/)
|
21 |
|
22 | ## General
|
23 |
|
24 | Common utilities used by the Sentry JavaScript SDKs.
|
25 |
|
26 | Note: This package is only meant to be used internally, and as such is not part of our public API contract and does not
|
27 | follow semver.
|