UNPKG

1.11 kBMarkdownView Raw
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[![npm version](https://img.shields.io/npm/v/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
14[![npm dm](https://img.shields.io/npm/dm/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
15[![npm dt](https://img.shields.io/npm/dt/@sentry/utils.svg)](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
24Common utilities used by the Sentry JavaScript SDKs.
25
26Note: This package is only meant to be used internally, and as such is not part of our public API contract and does not
27follow semver.