@micro-sentry/browser
Advanced tools
Comparing version
@@ -10,2 +10,3 @@ import { Breadcrumb, SentryClientOptions, SentryRequestBody } from '@micro-sentry/core'; | ||
release?: string; | ||
maxBreadcrumbs?: number; | ||
} |
@@ -7,2 +7,3 @@ import { Breadcrumb, Extras, User, MicroSentryClient, SentryRequestBody, Severity, Tags, QueryString } from '@micro-sentry/core'; | ||
readonly window: Window; | ||
private readonly breadcrumbsKeyName; | ||
private destroyed; | ||
@@ -15,2 +16,3 @@ private readonly plugins; | ||
private readonly release?; | ||
private readonly maxBreadcrumbs; | ||
constructor(options: BrowserSentryClientOptions, window?: Window); | ||
@@ -40,2 +42,4 @@ protected _state: State; | ||
private setKeyState; | ||
private getKeyState; | ||
private trimBreadcrumbs; | ||
} |
{ | ||
"name": "@micro-sentry/browser", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"dependencies": { | ||
"tslib": "^2.0.0", | ||
"@micro-sentry/core": "7.1.0" | ||
"@micro-sentry/core": "7.1.1" | ||
}, | ||
@@ -8,0 +8,0 @@ "license": "Apache-2.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
Sorry, the diff of this file is not supported yet
67825
9.2%19
11.76%550
7.21%+ Added
- Removed
Updated