Skip to content

Conversation

armenzg
Copy link
Member

@armenzg armenzg commented Feb 27, 2025

This is in preparation for the Java in-app work.

@armenzg armenzg self-assigned this Feb 27, 2025
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 27, 2025
def __init__(self, frame: Mapping[str, Any]) -> None:
# XXX: In the next PR, we will use more than just the filename
def __init__(self, frame: Mapping[str, Any], platform: str | None = None) -> None:
# XXX: platform will be used in a following PR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Soon 😄


stacktrace = data.get("stacktrace")
if stacktrace and stacktrace.get("frames"):
logger.warning("Investigate if we use this code path in production.")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This warning is nowhere to be found in Sentry, thus, simplifying this.

@armenzg armenzg marked this pull request as ready for review February 27, 2025 15:15
@armenzg armenzg requested a review from a team as a code owner February 27, 2025 15:15
@armenzg armenzg merged commit 48d82cc into master Feb 28, 2025
50 checks passed
@armenzg armenzg deleted the ref/frame_info/improvements/grouping/armenzg branch February 28, 2025 13:25
Copy link

sentry-io bot commented Feb 28, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ KeyError: 'stacktrace' sentry.tasks.post_process.post_process_group View Issue

Did you find this useful? React with a 👍 or 👎

armenzg added a commit that referenced this pull request Feb 28, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants