@sentry/replay
Advanced tools
Comparing version 0.5.21 to 0.5.22
@@ -1,2 +0,1 @@ | ||
/// <reference types="lodash" /> | ||
import { Breadcrumb, Event, Integration } from '@sentry/types'; | ||
@@ -226,2 +225,4 @@ import { CaptureReplayEventParams } from './api/captureReplayEvent'; | ||
* due to the buffered performance observer events. | ||
* | ||
* Should never be called directly, only by `flush` | ||
*/ | ||
@@ -235,9 +236,2 @@ runFlush(): Promise<void>; | ||
/** | ||
* A throttled `flush()` that is called after a flush is completed and there | ||
* are other queued flushes. | ||
* | ||
* Instead of calling a flush for every <n> queued flush, condense it to a single call | ||
*/ | ||
throttledFlush: import("lodash").DebouncedFunc<() => Promise<void>>; | ||
/** | ||
* Send replay attachment using `fetch()` | ||
@@ -244,0 +238,0 @@ */ |
@@ -24,2 +24,5 @@ import { record } from 'rrweb'; | ||
} | ||
declare global { | ||
const __SENTRY_REPLAY_VERSION__: string; | ||
} | ||
/** | ||
@@ -26,0 +29,0 @@ * The response from the worker |
{ | ||
"name": "@sentry/replay", | ||
"version": "0.5.21", | ||
"version": "0.5.22", | ||
"description": "User replays for Sentry", | ||
@@ -77,3 +77,2 @@ "main": "dist/index.js", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.throttle": "^4.1.1", | ||
"pako": "^2.0.4", | ||
@@ -80,0 +79,0 @@ "rrweb": "^1.1.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
488027
6
97
5405
- Removedlodash.throttle@^4.1.1
- Removedlodash.throttle@4.1.1(transitive)