@sentry-internal/replay
Advanced tools
Comparing version 8.35.0-alpha.0 to 8.35.0-beta.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.35.0-alpha.0","sideEffects":false} | ||
{"type":"module","version":"8.35.0-beta.0","sideEffects":false} |
@@ -312,9 +312,2 @@ import { ReplayRecordingMode, Span } from '@sentry/types'; | ||
private _flush; | ||
/** | ||
* Checks to see if replay duration is within bounds during a flush. If it is | ||
* too short, will queue up a new flush to prevent short replays. | ||
* | ||
* Returns true if duration is ok, false otherwise | ||
*/ | ||
private _checkReplayDurationDuringFlush; | ||
/** Save the session, if it is sticky */ | ||
@@ -321,0 +314,0 @@ private _maybeSaveSession; |
type JsonObject = Record<string, unknown>; | ||
type JsonArray = unknown[]; | ||
export type NetworkBody = JsonObject | JsonArray | string; | ||
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'UNPARSEABLE_BODY_TYPE'; | ||
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'BODY_PARSE_TIMEOUT' | 'UNPARSEABLE_BODY_TYPE'; | ||
interface NetworkMeta { | ||
@@ -6,0 +6,0 @@ warnings?: NetworkMetaWarning[]; |
@@ -312,9 +312,2 @@ import type { ReplayRecordingMode, Span } from '@sentry/types'; | ||
private _flush; | ||
/** | ||
* Checks to see if replay duration is within bounds during a flush. If it is | ||
* too short, will queue up a new flush to prevent short replays. | ||
* | ||
* Returns true if duration is ok, false otherwise | ||
*/ | ||
private _checkReplayDurationDuringFlush; | ||
/** Save the session, if it is sticky */ | ||
@@ -321,0 +314,0 @@ private _maybeSaveSession; |
type JsonObject = Record<string, unknown>; | ||
type JsonArray = unknown[]; | ||
export type NetworkBody = JsonObject | JsonArray | string; | ||
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'UNPARSEABLE_BODY_TYPE'; | ||
export type NetworkMetaWarning = 'MAYBE_JSON_TRUNCATED' | 'TEXT_TRUNCATED' | 'URL_SKIPPED' | 'BODY_PARSE_ERROR' | 'BODY_PARSE_TIMEOUT' | 'UNPARSEABLE_BODY_TYPE'; | ||
interface NetworkMeta { | ||
@@ -6,0 +6,0 @@ warnings?: NetworkMetaWarning[]; |
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.35.0-alpha.0", | ||
"version": "8.35.0-beta.0", | ||
"description": "User replays for Sentry", | ||
@@ -71,3 +71,3 @@ "main": "build/npm/cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.35.0-alpha.0", | ||
"@sentry-internal/replay-worker": "8.35.0-beta.0", | ||
"@sentry-internal/rrweb": "2.28.0", | ||
@@ -80,6 +80,6 @@ "@sentry-internal/rrweb-snapshot": "2.28.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.35.0-alpha.0", | ||
"@sentry/core": "8.35.0-alpha.0", | ||
"@sentry/types": "8.35.0-alpha.0", | ||
"@sentry/utils": "8.35.0-alpha.0" | ||
"@sentry-internal/browser-utils": "8.35.0-beta.0", | ||
"@sentry/core": "8.35.0-beta.0", | ||
"@sentry/types": "8.35.0-beta.0", | ||
"@sentry/utils": "8.35.0-beta.0" | ||
}, | ||
@@ -86,0 +86,0 @@ "engines": { |
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
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
3783889
21762
+ Added@sentry-internal/browser-utils@8.35.0-beta.0(transitive)
+ Added@sentry/core@8.35.0-beta.0(transitive)
+ Added@sentry/types@8.35.0-beta.0(transitive)
+ Added@sentry/utils@8.35.0-beta.0(transitive)
- Removed@sentry-internal/browser-utils@8.35.0-alpha.0(transitive)
- Removed@sentry/core@8.35.0-alpha.0(transitive)
- Removed@sentry/types@8.35.0-alpha.0(transitive)
- Removed@sentry/utils@8.35.0-alpha.0(transitive)
Updated@sentry/core@8.35.0-beta.0
Updated@sentry/types@8.35.0-beta.0
Updated@sentry/utils@8.35.0-beta.0