@sentry-internal/replay
Advanced tools
Comparing version 8.38.0 to 8.39.0-dev.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.38.0","sideEffects":false} | ||
{"type":"module","version":"8.39.0-dev.0","sideEffects":false} |
import { Breadcrumb } from '@sentry/types'; | ||
import { ReplayContainer } from '../types'; | ||
import { ReplayFrame } from '../types/replayFrame'; | ||
type BreadcrumbWithCategory = Required<Pick<Breadcrumb, 'category'>>; | ||
type BreadcrumbWithCategory = Pick<Breadcrumb, Exclude<keyof Breadcrumb, 'category'>> & Required<Pick<Breadcrumb, 'category'>>; | ||
/** | ||
@@ -6,0 +6,0 @@ * Handle breadcrumbs that Sentry captures, and make sure to capture relevant breadcrumbs to Replay as well. |
@@ -13,2 +13,3 @@ import { ReplayRecordingData } from '@sentry/types'; | ||
private _totalSize; | ||
private _totalEvents; | ||
constructor(worker: Worker); | ||
@@ -15,0 +16,0 @@ /*@inheritdoc */ |
@@ -312,2 +312,9 @@ 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 */ | ||
@@ -314,0 +321,0 @@ private _maybeSaveSession; |
import type { Breadcrumb } from '@sentry/types'; | ||
import type { ReplayContainer } from '../types'; | ||
import type { ReplayFrame } from '../types/replayFrame'; | ||
type BreadcrumbWithCategory = Required<Pick<Breadcrumb, 'category'>>; | ||
type BreadcrumbWithCategory = Omit<Breadcrumb, 'category'> & Required<Pick<Breadcrumb, 'category'>>; | ||
/** | ||
@@ -6,0 +6,0 @@ * Handle breadcrumbs that Sentry captures, and make sure to capture relevant breadcrumbs to Replay as well. |
@@ -13,2 +13,3 @@ import type { ReplayRecordingData } from '@sentry/types'; | ||
private _totalSize; | ||
private _totalEvents; | ||
constructor(worker: Worker); | ||
@@ -15,0 +16,0 @@ /** @inheritdoc */ |
@@ -312,2 +312,9 @@ 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 */ | ||
@@ -314,0 +321,0 @@ private _maybeSaveSession; |
{ | ||
"name": "@sentry-internal/replay", | ||
"version": "8.38.0", | ||
"version": "8.39.0-dev.0", | ||
"description": "User replays for Sentry", | ||
@@ -71,5 +71,5 @@ "main": "build/npm/cjs/index.js", | ||
"@babel/core": "^7.17.5", | ||
"@sentry-internal/replay-worker": "8.38.0", | ||
"@sentry-internal/rrweb": "2.28.0", | ||
"@sentry-internal/rrweb-snapshot": "2.28.0", | ||
"@sentry-internal/replay-worker": "8.39.0-dev.0", | ||
"@sentry-internal/rrweb": "2.29.0", | ||
"@sentry-internal/rrweb-snapshot": "2.29.0", | ||
"fflate": "^0.8.1", | ||
@@ -80,6 +80,6 @@ "jest-matcher-utils": "^29.0.0", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.38.0", | ||
"@sentry/core": "8.38.0", | ||
"@sentry/types": "8.38.0", | ||
"@sentry/utils": "8.38.0" | ||
"@sentry-internal/browser-utils": "8.39.0-dev.0", | ||
"@sentry/core": "8.39.0-dev.0", | ||
"@sentry/types": "8.39.0-dev.0", | ||
"@sentry/utils": "8.39.0-dev.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3811629
21968
1
+ Added@sentry-internal/browser-utils@8.39.0-dev.0(transitive)
+ Added@sentry/core@8.39.0-dev.0(transitive)
+ Added@sentry/types@8.39.0-dev.0(transitive)
+ Added@sentry/utils@8.39.0-dev.0(transitive)
- Removed@sentry-internal/browser-utils@8.38.0(transitive)
- Removed@sentry/core@8.38.0(transitive)
- Removed@sentry/types@8.38.0(transitive)
- Removed@sentry/utils@8.38.0(transitive)
Updated@sentry/core@8.39.0-dev.0
Updated@sentry/types@8.39.0-dev.0
Updated@sentry/utils@8.39.0-dev.0