# @sentry/utils

> Utilities for all Sentry JavaScript SDKs

Latest version **8.55.2** (published 2026-04-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sentry/utils
pnpm add @sentry/utils
yarn add @sentry/utils
bun add @sentry/utils
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 8.55.2 |
| Published | 2026-04-28 |
| First published | 2018-03-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14.18 |
| Dependencies | 1 |
| Unpacked size | 339.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8740 |
| Author | Sentry |
| Maintainers | sentry-bot |

## Links

- npm: https://www.npmjs.com/package/@sentry/utils
- Repository: https://github.com/getsentry/sentry-javascript
- Homepage: https://github.com/getsentry/sentry-javascript/tree/master/packages/utils
- Issues: https://github.com/getsentry/sentry-javascript/issues
- npm.io page: https://npm.io/package/@sentry/utils

## Dependencies (1)

- [@sentry/core](https://npm.io/package/@sentry/core.md) 8.55.2

## Recent versions

- 8.55.2 (latest) — 2026-04-28
- 7.120.4 (v7) — 2025-07-29
- 7.120.4-alpha.1 (next) — 2025-07-29
- 8.55.1 — 2026-03-25
- 7.120.4-alpha.0 — 2025-07-29
- 8.55.0 — 2025-02-12
- 8.54.0 — 2025-02-03
- 8.53.0 — 2025-01-31
- 8.52.1 — 2025-01-30
- 8.52.0 — 2025-01-28
- 8.51.0 — 2025-01-22
- 8.50.0 — 2025-01-15
- 8.49.0 — 2025-01-15
- 7.120.3 — 2025-01-10
- 8.48.0 — 2025-01-07
- … 535 more at https://npm.io/package/@sentry/utils/versions

## README

<p align="center">
  <a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
    <img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
  </a>
</p>

# Sentry JavaScript SDK Utilities (DEPRECATED)

> DEPRECATION NOTICE: The `@sentry/utils` package is deprecated.
> All exports have been moved to `@sentry/core`.
> Import everything from `@sentry/core` instead.

[![npm version](https://img.shields.io/npm/v/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
[![npm dm](https://img.shields.io/npm/dm/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)
[![npm dt](https://img.shields.io/npm/dt/@sentry/utils.svg)](https://www.npmjs.com/package/@sentry/utils)

## Links

- [Official SDK Docs](https://docs.sentry.io/quickstart/)
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)

## General

Common utilities used by the Sentry JavaScript SDKs.

Note: This package is only meant to be used internally, and as such is not part of our public API contract and does not
follow semver.

---
_Source: https://npm.io/package/@sentry/utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
