UNPKG

1.14 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
8
9[![npm version](https://img.shields.io/npm/v/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
10[![npm dm](https://img.shields.io/npm/dm/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
11[![npm dt](https://img.shields.io/npm/dt/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
12[![typedoc](https://img.shields.io/badge/docs-typedoc-blue.svg)](http://getsentry.github.io/sentry-javascript/)
13
14## Links
15
16- [Official SDK Docs](https://docs.sentry.io/quickstart/)
17- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
18
19## General
20
21Common utilities used by the Sentry JavaScript SDKs. **Warning, only submodule imports are allowed here.** Also note,
22this function shouldn't be used externally, we will break them from time to time. This package is not part of our public
23API contract, we use them only internally.