@sentry/replay
Advanced tools
Comparing version 7.89.0 to 7.90.0
{ | ||
"name": "@sentry/replay", | ||
"version": "7.89.0", | ||
"version": "7.90.0", | ||
"description": "User replays for Sentry", | ||
@@ -28,3 +28,3 @@ "main": "cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "7.89.0", | ||
"@sentry-internal/replay-worker": "7.90.0", | ||
"@sentry-internal/rrweb": "2.6.0", | ||
@@ -36,6 +36,6 @@ "@sentry-internal/rrweb-snapshot": "2.6.0", | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.89.0", | ||
"@sentry/core": "7.89.0", | ||
"@sentry/types": "7.89.0", | ||
"@sentry/utils": "7.89.0" | ||
"@sentry-internal/tracing": "7.90.0", | ||
"@sentry/core": "7.90.0", | ||
"@sentry/types": "7.90.0", | ||
"@sentry/utils": "7.90.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "engines": { |
@@ -27,2 +27,31 @@ export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window; | ||
export declare const DEFAULT_IGNORED_ATTRIBUTES: string[]; | ||
export declare const CANVAS_QUALITY: { | ||
low: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
medium: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
high: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
}; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -194,5 +194,3 @@ import { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Transaction, XhrBreadcrumbHint } from '@sentry/types'; | ||
canvas: { | ||
fps?: number; | ||
quality?: number; | ||
type?: string; | ||
quality?: 'low' | 'medium' | 'high'; | ||
manager: (options: GetCanvasManagerOptions) => CanvasManagerInterface; | ||
@@ -199,0 +197,0 @@ }; |
@@ -27,2 +27,31 @@ export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window; | ||
export declare const DEFAULT_IGNORED_ATTRIBUTES: string[]; | ||
export declare const CANVAS_QUALITY: { | ||
low: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
medium: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
high: { | ||
sampling: { | ||
canvas: number; | ||
}; | ||
dataURLOptions: { | ||
type: string; | ||
quality: number; | ||
}; | ||
}; | ||
}; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -194,5 +194,3 @@ import type { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Transaction, XhrBreadcrumbHint } from '@sentry/types'; | ||
canvas: { | ||
fps?: number; | ||
quality?: number; | ||
type?: string; | ||
quality?: 'low' | 'medium' | 'high'; | ||
manager: (options: GetCanvasManagerOptions) => CanvasManagerInterface; | ||
@@ -199,0 +197,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2335923
21237
+ Added@sentry-internal/tracing@7.90.0(transitive)
+ Added@sentry/core@7.90.0(transitive)
+ Added@sentry/types@7.90.0(transitive)
+ Added@sentry/utils@7.90.0(transitive)
- Removed@sentry-internal/tracing@7.89.0(transitive)
- Removed@sentry/core@7.89.0(transitive)
- Removed@sentry/types@7.89.0(transitive)
- Removed@sentry/utils@7.89.0(transitive)
Updated@sentry/core@7.90.0
Updated@sentry/types@7.90.0
Updated@sentry/utils@7.90.0