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
Merged

feat: Session Replay #3625

merged 37 commits into from
Apr 11, 2024

Commits on Feb 9, 2024

  1. Update project.pbxproj

    brustolin committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0f3280e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat: Add Session Replay

    brustolin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0e524b5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    brustolin committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cd816d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    3f6f035 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    5780b82 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. feat(Session Replay): ReplayEvent, ReplayRecording and Envelope handl…

    …ing (#3638)
    
    Added SentryReplayEven, SentryReplayRecording and Envelope handling for this new types.
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    brustolin and philipphofmann authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    88c7547 View commit details
    Browse the repository at this point in the history
  2. Feat(Session Replay): Replay Options (#3674)

    Settings for session replay in the Options
    brustolin authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2c6fff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    90e6582 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. feat(Session Replay): Prepare Session event (#3693)

    Handling session event during prepareEvent.
    brustolin authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9bcf1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bf981 View commit details
    Browse the repository at this point in the history
  3. Fixing Merge

    brustolin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0a08f99 View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    639e9fc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    283b2d6 View commit details
    Browse the repository at this point in the history
  2. format

    brustolin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    73cbdd9 View commit details
    Browse the repository at this point in the history
  3. Format code

    getsentry-bot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8a4584b View commit details
    Browse the repository at this point in the history
  4. Update SentryReplayEvent.m

    brustolin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d23eefa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge branch 'feat/session-replay' of github.com:getsentry/sentry-coc…

    …oa into feat/session-replay
    brustolin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e79bb50 View commit details
    Browse the repository at this point in the history
  2. merge

    brustolin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    87d0133 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat(Session Replay): Session Replay Integration (#3671)

    Adding Session replay integration
    brustolin authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b5ee0f3 View commit details
    Browse the repository at this point in the history
  2. merge

    brustolin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9d2607f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    brustolin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0e07787 View commit details
    Browse the repository at this point in the history
  4. Update project.pbxproj

    brustolin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    952c50e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    5b26000 View commit details
    Browse the repository at this point in the history
  2. test fix

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    82381df View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    brustolin and philipphofmann authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    14347e8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/session-replay' of github.com:getsentry/sentry-coc…

    …oa into feat/session-replay
    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    29754df View commit details
    Browse the repository at this point in the history
  5. Format code

    getsentry-bot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e14417 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bee6391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bef548 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/session-replay' of github.com:getsentry/sentry-coc…

    …oa into feat/session-replay
    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1c8eff4 View commit details
    Browse the repository at this point in the history
  9. Update SentryPrivate.h

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e6e6b2 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fe454d1 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    brustolin and philipphofmann authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    913958d View commit details
    Browse the repository at this point in the history
  12. comments

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ef3b147 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat/session-replay' of github.com:getsentry/sentry-coc…

    …oa into feat/session-replay
    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ecaba29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b46380f View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    brustolin committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    35e59ae View commit details
    Browse the repository at this point in the history