🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@micro-sentry/angular

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micro-sentry/angular - npm Package Compare versions

Comparing version

to
7.0.2

4

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

@@ -10,3 +10,3 @@ "@angular/common": ">=14.0.0",

"tslib": "^2.0.0",
"@micro-sentry/browser": "7.0.1"
"@micro-sentry/browser": "7.0.2"
},

@@ -13,0 +13,0 @@ "license": "Apache-2.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 @@