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/patch failed Apr 11, 2024 in 1s

77.777% of diff hit (target 90.931%)

View this Pull Request on Codecov

77.777% of diff hit (target 90.931%)

Annotations

Check warning on line 48 in SentryTestUtils/TestCurrentDateProvider.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

SentryTestUtils/TestCurrentDateProvider.swift#L48

Added line #L48 was not covered by tests

Check warning on line 506 in Sources/Sentry/SentryClient.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryClient.m#L505-L506

Added lines #L505 - L506 were not covered by tests

Check warning on line 7 in Sources/Sentry/SentryCoreGraphicsHelper.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryCoreGraphicsHelper.m#L6-L7

Added lines #L6 - L7 were not covered by tests

Check warning on line 11 in Sources/Sentry/SentryCoreGraphicsHelper.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryCoreGraphicsHelper.m#L9-L11

Added lines #L9 - L11 were not covered by tests

Check warning on line 14 in Sources/Sentry/SentryCoreGraphicsHelper.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryCoreGraphicsHelper.m#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 226 in Sources/Sentry/SentryEnvelope.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryEnvelope.m#L226

Added line #L226 was not covered by tests

Check warning on line 57 in Sources/Sentry/SentryMsgPackSerializer.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryMsgPackSerializer.m#L57

Added line #L57 was not covered by tests

Check warning on line 61 in Sources/Sentry/SentryMsgPackSerializer.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentryMsgPackSerializer.m#L59-L61

Added lines #L59 - L61 were not covered by tests

Check warning on line 76 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L76

Added line #L76 was not covered by tests

Check warning on line 81 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L81

Added line #L81 was not covered by tests

Check warning on line 116 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L116

Added line #L116 was not covered by tests

Check warning on line 124 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L124

Added line #L124 was not covered by tests

Check warning on line 141 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L141

Added line #L141 was not covered by tests

Check warning on line 180 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 254 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L254

Added line #L254 was not covered by tests

Check warning on line 258 in Sources/Sentry/SentrySessionReplay.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplay.m#L258

Added line #L258 was not covered by tests

Check warning on line 98 in Sources/Sentry/SentrySessionReplayIntegration.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplayIntegration.m#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 103 in Sources/Sentry/SentrySessionReplayIntegration.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplayIntegration.m#L103

Added line #L103 was not covered by tests

Check warning on line 109 in Sources/Sentry/SentrySessionReplayIntegration.m

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Sentry/SentrySessionReplayIntegration.m#L109

Added line #L109 was not covered by tests

Check warning on line 16 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 48 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L48

Added line #L48 was not covered by tests

Check warning on line 57 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 59 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L59

Added line #L59 was not covered by tests

Check warning on line 62 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 64 in Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift#L64

Added line #L64 was not covered by tests