@sentry/replay
Advanced tools
Comparing version 0.5.14 to 0.5.15
export declare const REPLAY_SESSION_KEY = "sentryReplaySession"; | ||
export declare const REPLAY_EVENT_NAME = "replay_event"; | ||
export declare const RECORDING_EVENT_NAME = "replay_recording"; | ||
export declare const SESSION_IDLE_DURATION = 900000; | ||
export declare const VISIBILITY_CHANGE_TIMEOUT = 900000; | ||
export declare const SESSION_IDLE_DURATION = 300000; | ||
export declare const VISIBILITY_CHANGE_TIMEOUT = 300000; |
export declare const REPLAY_SESSION_KEY = "sentryReplaySession"; | ||
export declare const REPLAY_EVENT_NAME = "replay_event"; | ||
export declare const RECORDING_EVENT_NAME = "replay_recording"; | ||
export declare const SESSION_IDLE_DURATION = 900000; | ||
export declare const VISIBILITY_CHANGE_TIMEOUT = 900000; | ||
export declare const SESSION_IDLE_DURATION = 300000; | ||
export declare const VISIBILITY_CHANGE_TIMEOUT = 300000; |
{ | ||
"name": "@sentry/replay", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"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
458946
4994