Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: no empty requests #1063

Merged
merged 1 commit into from
Mar 11, 2024
Merged

fix: no empty requests #1063

merged 1 commit into from
Mar 11, 2024

Conversation

pauldambra
Copy link
Member

When processing network requests in the replay network plugin it was possible to emit a request that was

{
   "isInitial": true,
   "requests: ": []
}

that is silly, so let's not do that

@pauldambra pauldambra requested a review from a team March 8, 2024 22:40
Copy link

github-actions bot commented Mar 8, 2024

Size Change: -15 B (0%)

Total Size: 849 kB

Filename Size Change
dist/recorder-v2.js 106 kB -15 B (0%)
ℹ️ View Unchanged
Filename Size
dist/array.full.js 182 kB
dist/array.js 123 kB
dist/es.js 123 kB
dist/exception-autocapture.js 12.1 kB
dist/module.js 123 kB
dist/recorder.js 58.7 kB
dist/surveys-module-previews.js 62.1 kB
dist/surveys.js 58.4 kB

compressed-size-action

@pauldambra pauldambra merged commit f22bd3d into main Mar 11, 2024
14 checks passed
@pauldambra pauldambra deleted the fix/no-empty-requests branch March 11, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants