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/core

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/core - npm Package Compare versions

Comparing version

to
7.0.2

2

package.json
{
"name": "@micro-sentry/core",
"version": "7.0.1",
"version": "7.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "tslib": "^2.0.0"

@@ -5,7 +5,7 @@ # micro-sentry

[![@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/core size](https://deno.bundlejs.com/?q=@micro-sentry/core&badge=detailed)](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/browser size](https://deno.bundlejs.com/?q=@micro-sentry/browser&badge=detailed)](https://bundlejs.com/?q=@micro-sentry/browser)
[![@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/angular size](https://deno.bundlejs.com/?q=@micro-sentry/angular&config={%22esbuild%22:{%22external%22:[%22@angular/core%22,%22@angular/common%22,%22tslib%22,%22rxjs%22]}}&badge=detailed)](https://bundlejs.com/?q=@micro-sentry/angular&config={%22esbuild%22:{%22external%22:[%22@angular/core%22,%22@angular/common%22,%22tslib%22,%22rxjs%22]}})

@@ -20,2 +20,4 @@ **@micro-sentry** is a tiny sentry client to monitor your applications without raising your bundle size.

Check out all the [core functionality here](#core-functionality).
## Installation

@@ -106,2 +108,12 @@

## Core Functionality
- 📤 **Send Errors with Stack Trace**
- 📩 **Send Messages**
- 🚫 **Ignore URLs | Errors**: With strings or RegExps
- 🍞 **Breadcrumbs plugin**: Track and manage the sequence of events leading up to an error for comprehensive debugging
- 🌟 **Enrich Errors with Tags, User, Context**: Augment error reports with additional context, user information, and tags for deeper insights
This list encapsulates the key functionalities supported by micro-sentry, emphasizing its focus on essential error tracking and management.
## Core team

@@ -108,0 +120,0 @@