@micro-sentry/angular
Advanced tools
Comparing version
@@ -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
45576
0.14%4
-20%172
1.18%327
-0.91%- Removed
- Removed
- Removed