@micro-sentry/angular
Advanced tools
Comparing version
{ | ||
"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 | ||
[](https://bundlejs.com/?q=@micro-sentry%2Fcore) | ||
[](https://bundlejs.com/?q=@micro-sentry%2Fcore) | ||
[](https://bundlejs.com/?q=@micro-sentry%2Fbrowser) | ||
[](https://bundlejs.com/?q=@micro-sentry/browser) | ||
[](https://bundlejs.com/?q=@micro-sentry%2Fangular) | ||
[](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 @@ |
46866
1.62%196
6.52%+ Added
+ Added
- Removed
- Removed
Updated