@sentry/replay
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -176,2 +176,6 @@ import { Breadcrumb, Event, Integration } from '@sentry/types'; | ||
/** | ||
* Add an event to the event buffer | ||
*/ | ||
addEvent(event: RecordingEvent, isCheckout?: boolean): void; | ||
/** | ||
* Updates the session's last activity timestamp | ||
@@ -222,3 +226,3 @@ */ | ||
/** | ||
* Send replay attachment using either `sendBeacon()` or `fetch()` | ||
* Send replay attachment using `fetch()` | ||
*/ | ||
@@ -225,0 +229,0 @@ sendReplayRequest({ endpoint, events }: ReplayRequest): Promise<void>; |
@@ -7,4 +7,4 @@ declare const logger: { | ||
enable(): void; | ||
info: (...args: unknown[]) => void; | ||
debug: (...args: unknown[]) => void; | ||
info: (...args: unknown[]) => void; | ||
assert: (...args: unknown[]) => void; | ||
@@ -11,0 +11,0 @@ trace: (...args: unknown[]) => void; |
@@ -176,2 +176,6 @@ import { Breadcrumb, Event, Integration } from '@sentry/types'; | ||
/** | ||
* Add an event to the event buffer | ||
*/ | ||
addEvent(event: RecordingEvent, isCheckout?: boolean): void; | ||
/** | ||
* Updates the session's last activity timestamp | ||
@@ -222,3 +226,3 @@ */ | ||
/** | ||
* Send replay attachment using either `sendBeacon()` or `fetch()` | ||
* Send replay attachment using `fetch()` | ||
*/ | ||
@@ -225,0 +229,0 @@ sendReplayRequest({ endpoint, events }: ReplayRequest): Promise<void>; |
{ | ||
"name": "@sentry/replay", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "User replays for Sentry", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
442679
4806
85