Skip to content

[Issue Stream] Add runtime context to group details #89841

@s1gr1d

Description

@s1gr1d

In PR #88312, runtime labels for JS Errors were added. Those "Frontend" and "Backend" labels should also be added to issue stream items like this (only JS SDK issues):

Image

In the event details, this runtime context information is retrieved from the already existing event details. In the issue stream, this runtime information is not available, as the backend returns grouped issues.

Develop Docs: Runtime Context

Including the runtime context issue stream probably requires the following changes:

  • Changing the issues endpoint: OrganizationGroupIndexEndpoint
  • Including runtime to the data here (is returned in the issues endpoint):
    data: models.Field[dict[str, Any] | None, dict[str, Any]] = GzippedDictField(
    blank=True, null=True
    )
  • Getting the runtime on Relay and adding it to the data dict mentioned above.

related to #85732

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions