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
2
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
1.0.0

4

package.json
{
"name": "@micro-sentry/browser",
"version": "0.0.1",
"version": "1.0.0",
"dependencies": {

@@ -34,2 +34,2 @@ "tslib": "^2.1.0",

"sideEffects": false
}
}
# micro-sentry
[![npm version](https://img.shields.io/npm/v/@micro-sentry/core.svg)](https://npmjs.com/package/@micro-sentry/core)
[![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)

@@ -9,3 +10,3 @@ **@micro-sentry** is a tiny sentry client to monitor your applications without raising your bundle size.

👜 **It is small**. So, it is 3 KB size instead of 78 KB (TODO: check sizes) by default client but has all the essential functionality
👜 **It is small**. So, it is at most [1.9 KB](https://bundlephobia.com/result?p=@micro-sentry/angular) size instead of [25 KB](https://bundlephobia.com/result?p=@sentry/angular) by default client but has all the essential functionality

@@ -12,0 +13,0 @@ 🛠 **It is easy to set up**. There is a lightweight wrapper for Angular and a browser tool for other frameworks or vanilla.