You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@micro-sentry/browser

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micro-sentry/browser - npm Package Compare versions

Comparing version

to
7.0.1

4

package.json
{
"name": "@micro-sentry/browser",
"version": "7.0.0",
"version": "7.0.1",
"dependencies": {
"tslib": "^2.0.0",
"@micro-sentry/core": "7.0.0"
"@micro-sentry/core": "7.0.1"
},

@@ -8,0 +8,0 @@ "license": "Apache-2.0",

# micro-sentry
[![npm version](https://img.shields.io/npm/v/@micro-sentry/angular.svg)](https://npmjs.com/package/@micro-sentry/angular)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@micro-sentry/core)](https://bundlephobia.com/result?p=@micro-sentry/core)
[![@micro-sentry/core size](https://deno.bundlejs.com/?q=@micro-sentry%2Fcore&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=@micro-sentry%2Fcore)
[![@micro-sentry/browser size](https://deno.bundlejs.com/?q=@micro-sentry%2Fbrowser&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=@micro-sentry%2Fbrowser)
[![@micro-sentry/angular size](https://deno.bundlejs.com/?q=@micro-sentry%2Fangular&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=@micro-sentry%2Fangular)
**@micro-sentry** is a tiny sentry client to monitor your applications without raising your bundle size.

@@ -10,3 +15,3 @@

👜 **It is small**. So, it is at most [1.9 KB](https://bundlephobia.com/result?p=@micro-sentry/angular) size instead of [22.5 KB](https://bundlephobia.com/result?p=@sentry/angular) by default client but has all the essential functionality
👜 **It is small**. So, it is at most [2.27 kB (gzip)](https://bundlejs.com/?q=%40micro-sentry%2Fbrowser) in size instead of default [85.1 kB (gzip)](https://bundlejs.com/?q=%40sentry%2Fbrowser), yet it retains all the the essential functionality.

@@ -37,2 +42,9 @@ 🛠 **It is easy to set up**. There is a lightweight wrapper for Angular and a browser tool for other frameworks or vanilla.

> [!NOTE]
> since version @micro-sentry/browser@7 breadcrumbs-plugin is a separate package
```
npm i @micro-sentry/breadcrumbs-plugin
```
## How to set up

@@ -39,0 +51,0 @@