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

feat: Session Replay #3625

Merged
merged 37 commits into from
Apr 11, 2024

Update CHANGELOG.md

35e59ae
Select commit
Loading
Failed to load commit list.
Merged

feat: Session Replay #3625

Update CHANGELOG.md
35e59ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 11, 2024 in 0s

90.649% (-0.282%) compared to 6ac15dd

View this Pull Request on Codecov

90.649% (-0.282%) compared to 6ac15dd

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 214 lines in your changes are missing coverage. Please review.

Project coverage is 90.649%. Comparing base (6ac15dd) to head (35e59ae).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #3625       +/-   ##
=============================================
- Coverage   90.931%   90.649%   -0.282%     
=============================================
  Files          560       578       +18     
  Lines        44272     45226      +954     
  Branches     15776     16094      +318     
=============================================
+ Hits         40257     40997      +740     
- Misses        3835      4049      +214     
  Partials       180       180               
Files Coverage Δ
SentryTestUtils/TestTransport.swift 90.909% <ø> (ø)
Sources/Sentry/SentryBaseIntegration.m 96.938% <100.000%> (+0.309%) ⬆️
Sources/Sentry/SentryDataCategoryMapper.m 96.875% <100.000%> (-1.401%) ⬇️
Sources/Sentry/SentryDateUtil.m 100.000% <100.000%> (ø)
Sources/Sentry/SentryHub.m 98.533% <100.000%> (+0.017%) ⬆️
Sources/Sentry/SentryOptions.m 99.191% <100.000%> (+0.013%) ⬆️
Sources/Sentry/SentryReplayEvent.m 100.000% <100.000%> (ø)
Sources/Sentry/SentryReplayRecording.m 100.000% <100.000%> (ø)
Sources/Sentry/SentrySerialization.m 89.387% <100.000%> (+0.266%) ⬆️
...t/Integrations/SessionReplay/SentryVideoInfo.swift 100.000% <100.000%> (ø)
... and 25 more

... and 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ac15dd...35e59ae. Read the comment docs.