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

Add IntakeResponse deserialization for detailed error logging #2460

Merged
merged 3 commits into from
Oct 10, 2024

Commits on Oct 7, 2024

  1. Add IntakeResponse deserialization for detailed error logging

    Introduced the `IntakeResponse` class to better handle and log errors from APM server responses. Updated `PayloadSenderV2` to use this class for extracting error messages and logging them in a more informative way. Added a deserialization method in `PayloadItemSerializer` for converting response streams.
    Mpdreamz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    efac464 View commit details
    Browse the repository at this point in the history
  2. formatting

    Mpdreamz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f58edff View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. skip flakey test

    Mpdreamz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5d567af View commit details
    Browse the repository at this point in the history