@posiwise/common-services 0.2.10 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,12 @@ export declare class SentryErrorHandler implements ErrorHandler {
22
22
  sentryInitialization(error: any, incomingError: any): void;
23
23
  private logToSentry;
24
24
  private scopeWithSentry;
25
+ /**
26
+ * Classifies the error type for proper Sentry tagging
27
+ * This prevents "unlabeled events" by ensuring all events have a classification
28
+ */
29
+ private classifyError;
30
+ private isEdgeSyntheticEvent;
25
31
  private handleNonStandardError;
26
32
  private handleUnlabeledEvent;
27
33
  private logToConsole;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/common-services",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.18",
6
6
  "@angular/core": "^19.2.18",