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): Replay Options #3674

Merged
merged 39 commits into from
Feb 29, 2024

Commits on Feb 12, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    eae7f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7be69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37d92b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. refactoring

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

Commits on Feb 16, 2024

  1. SessionReplayIntegration

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

Commits on Feb 19, 2024

  1. MsgPack

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    723b074 View commit details
    Browse the repository at this point in the history
  2. Capture with scope

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d27ec15 View commit details
    Browse the repository at this point in the history
  3. MsgPack Tests

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    665bec4 View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f42c9e7 View commit details
    Browse the repository at this point in the history
  5. Replacing envelope item

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    398e3d0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat(SR)/ReplayEvent' of github.com:getsentry/sentry-co…

    …coa into feat(SR)/ReplayEvent
    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ab57929 View commit details
    Browse the repository at this point in the history
  7. more test

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    33ead44 View commit details
    Browse the repository at this point in the history
  8. Format code

    getsentry-bot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6cd821e View commit details
    Browse the repository at this point in the history
  9. Hub test

    brustolin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    216c42e View commit details
    Browse the repository at this point in the history
  10. Update SentryHubTests.swift

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    b11fc9a View commit details
    Browse the repository at this point in the history
  2. integration

    brustolin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d6d8ce0 View commit details
    Browse the repository at this point in the history
  3. More tests and log messages

    brustolin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    522e972 View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    522a5da View commit details
    Browse the repository at this point in the history
  5. CategoryMapper tests

    brustolin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4463fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b14f253 View commit details
    Browse the repository at this point in the history
  7. Format code

    getsentry-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    16b192d View commit details
    Browse the repository at this point in the history
  8. Format code

    getsentry-bot committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3d37160 View commit details
    Browse the repository at this point in the history
  9. Clean Up PR

    brustolin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b725be7 View commit details
    Browse the repository at this point in the history
  10. Update SentryOptions.m

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

Commits on Feb 21, 2024

  1. Test

    brustolin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    32227b1 View commit details
    Browse the repository at this point in the history
  2. fixing for tvos

    brustolin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    77066c7 View commit details
    Browse the repository at this point in the history
  3. more fixes

    brustolin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e5e5b12 View commit details
    Browse the repository at this point in the history
  4. Update Sentry.h

    brustolin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    939a6c1 View commit details
    Browse the repository at this point in the history
  5. Update project.pbxproj

    brustolin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    837c211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cab983 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3f7a62 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Rename settings to options

    brustolin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    823a528 View commit details
    Browse the repository at this point in the history
  2. Format code

    getsentry-bot committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6c40d23 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    381beef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d578eca View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat(SR)/replay-settings' of github.com:getsentry/sentr…

    …y-cocoa into feat(SR)/replay-settings
    brustolin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cbfd13e View commit details
    Browse the repository at this point in the history
  4. Update SentryOptionsTest.m

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