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(utils): Fix envelope parsing edge cases #13191

Closed
wants to merge 18 commits into from

Commits on Aug 2, 2024

  1. fix(utils): Fix envelope parsing edge cases

    This PR backports the new envelope parser in getsentry/spotlight#447 as it fixes some edge cases that the current parser does not handle. This covers binary payloads and implicit ending with EOF and line endings, and empty envelopes. The PR also adds tests cases for all these and more.
    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4b778e5 View commit details
    Browse the repository at this point in the history
  2. remove unused fixtures

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b8a1f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe2a15 View commit details
    Browse the repository at this point in the history
  4. format fix

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fca8392 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973ce64 View commit details
    Browse the repository at this point in the history
  6. update deno snapshots

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    52a23e3 View commit details
    Browse the repository at this point in the history
  7. fix playwright tests

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    59580f7 View commit details
    Browse the repository at this point in the history
  8. fix some more tests

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cc3656b View commit details
    Browse the repository at this point in the history
  9. moar tests

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2ac8e26 View commit details
    Browse the repository at this point in the history
  10. revert one change

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d582b42 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' into byk/fix/envelope-parsing

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6f72704 View commit details
    Browse the repository at this point in the history
  12. hopefully, none left

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    96935b3 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' into byk/fix/envelope-parsing

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    04ff0f6 View commit details
    Browse the repository at this point in the history
  14. whack-a-mole

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ffbeccb View commit details
    Browse the repository at this point in the history
  15. some more

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f91bf8f View commit details
    Browse the repository at this point in the history
  16. literally the last one

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6702590 View commit details
    Browse the repository at this point in the history
  17. spoke too soon

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    49287cc View commit details
    Browse the repository at this point in the history
  18. Merge branch 'develop' into byk/fix/envelope-parsing

    Burak Yigit Kaya committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8b14626 View commit details
    Browse the repository at this point in the history