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

Use strong types for additional data in problem reports #28964

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Introduce strong types for InternalProblemSpec.additionalData

    The internal Problems API allows clients to attach additional data.
    The data is currently stored in a map object. This change introduces
    strong, domain-specific types for the same daa.
    donat committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0d02c1c View commit details
    Browse the repository at this point in the history