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

2

lib/services/micro-sentry.service.d.ts

@@ -6,3 +6,3 @@ import { BrowserMicroSentryClient, BrowserSentryClientOptions } from '@micro-sentry/browser';

export declare class MicroSentryService extends BrowserMicroSentryClient implements OnDestroy {
constructor(config: BrowserSentryClientOptions, window: Window);
constructor(config: BrowserSentryClientOptions, document: Document);
protected getRequestBlank(): SentryRequestBody;

@@ -9,0 +9,0 @@ ngOnDestroy(): void;

{
"name": "@micro-sentry/angular",
"version": "6.3.0",
"version": "6.3.1",
"peerDependencies": {

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

"tslib": "^2.0.0",
"@ng-web-apis/common": "^1.12.0",
"@micro-sentry/browser": "6.1.0"

@@ -13,0 +12,0 @@ },

@@ -61,8 +61,10 @@ # micro-sentry

imports: [
// option 1: via provide
provideMicroSentry({
// options 1: via module
MicroSentryModule.forRoot({
dsn: 'https://kj12kj1n23@sentry.domain.com/123',
}),
// options 2: via module
MicroSentryModule.forRoot({
],
providers: [
// option 2: via provide
provideMicroSentry({
dsn: 'https://kj12kj1n23@sentry.domain.com/123',

@@ -69,0 +71,0 @@ }),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet