Socket
Socket
Sign inDemoInstall

@sentry/angular

Package Overview
Dependencies
Maintainers
11
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/angular - npm Package Compare versions

Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5

build/README.md

3

errorhandler.d.ts
import type { ErrorHandler as AngularErrorHandler } from '@angular/core';
import type { ReportDialogOptions } from '@sentry/browser';
import * as i0 from "@angular/core";
/**

@@ -36,2 +37,4 @@ * Options used to configure the behavior of the Angular ErrorHandler.

protected _defaultExtractor(errorCandidate: unknown): unknown;
static ɵfac: i0.ɵɵFactoryDeclaration<SentryErrorHandler, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SentryErrorHandler>;
}

@@ -38,0 +41,0 @@ /**

45

package.json
{
"name": "@sentry/angular",
"version": "8.0.0-alpha.4",
"version": "8.0.0-alpha.5",
"description": "Official Sentry SDK for Angular",

@@ -12,4 +12,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

},
"main": "bundles/sentry-angular.umd.js",
"module": "fesm2015/sentry-angular.js",
"type": "module",
"module": "fesm2015/sentry-angular.mjs",
"publishConfig": {

@@ -19,12 +19,12 @@ "access": "public"

"peerDependencies": {
"@angular/common": ">= 10.x <= 15.x",
"@angular/core": ">= 10.x <= 15.x",
"@angular/router": ">= 10.x <= 15.x",
"@angular/common": ">= 14.x <= 17.x",
"@angular/core": ">= 14.x <= 17.x",
"@angular/router": ">= 14.x <= 17.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
"@sentry/browser": "8.0.0-alpha.4",
"@sentry/core": "8.0.0-alpha.4",
"@sentry/types": "8.0.0-alpha.4",
"@sentry/utils": "8.0.0-alpha.4",
"@sentry/browser": "8.0.0-alpha.5",
"@sentry/core": "8.0.0-alpha.5",
"@sentry/types": "8.0.0-alpha.5",
"@sentry/utils": "8.0.0-alpha.5",
"tslib": "^2.4.1"

@@ -52,7 +52,20 @@ },

},
"es2015": "fesm2015/sentry-angular.js",
"esm2015": "esm2015/sentry-angular.js",
"fesm2015": "fesm2015/sentry-angular.js",
"typings": "sentry-angular.d.ts",
"metadata": "sentry-angular.metadata.json"
}
"es2020": "fesm2020/sentry-angular.mjs",
"esm2020": "esm2020/sentry-angular.mjs",
"fesm2020": "fesm2020/sentry-angular.mjs",
"fesm2015": "fesm2015/sentry-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/sentry-angular.mjs",
"es2020": "./fesm2020/sentry-angular.mjs",
"es2015": "./fesm2015/sentry-angular.mjs",
"node": "./fesm2015/sentry-angular.mjs",
"default": "./fesm2020/sentry-angular.mjs"
}
}
}

@@ -20,10 +20,9 @@ <p align="center">

**Important**: This package is not compatible with Angular 16 or newer. Please use
[`@sentry/angular-ivy`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy) instead.
This SDK officially supports Angular 15 to 17.
If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's
rendering engine Ivy.
If you're using an older Angular version please check the
[compatibility table in the docs](https://docs.sentry.io/platforms/javascript/guides/angular/#angular-version-compatibility).
This SDK still officially supports Angular 10-15. If you are using an older version of Angular and experience problems
with the Angular SDK, we recommend downgrading the SDK to version 6.x.
If you're using an older version of Angular and experience problems with the Angular SDK, we recommend downgrading the
SDK to version 7.x. Please note that we don't provide any support for Angular versions below 10.

@@ -60,4 +59,4 @@ ## General

`@sentry/angular` exports a function to instantiate ErrorHandler provider that will automatically send Javascript errors
captured by the Angular's error handler.
`@sentry/angular` exports a function to instantiate an ErrorHandler provider that will automatically send Javascript
errors captured by the Angular's error handler.

@@ -64,0 +63,0 @@ ```javascript

@@ -7,2 +7,3 @@ import type { AfterViewInit, OnDestroy, OnInit } from '@angular/core';

import type { Observable } from 'rxjs';
import * as i0 from "@angular/core";
/**

@@ -61,2 +62,4 @@ * A custom browser tracing integration for Angular.

private _isPageloadOngoing;
static ɵfac: i0.ɵɵFactoryDeclaration<TraceService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TraceService>;
}

@@ -79,2 +82,4 @@ /**

ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TraceDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TraceDirective, "[trace]", never, { "componentName": "trace"; }, {}, never, never, false>;
}

@@ -85,2 +90,5 @@ /**

export declare class TraceModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TraceModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TraceModule, [typeof TraceDirective], never, [typeof TraceDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TraceModule>;
}

@@ -87,0 +95,0 @@ interface TraceClassOptions {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc