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: properly enable json formatter #71157

Closed
wants to merge 1 commit into from
Closed

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented May 20, 2024

Setting formatter.enable = false and later setting json.formatter.enabled = true is wrong, and causing the JSON formatter to not work at all. This pull-request corrects it.

@anonrig anonrig requested review from a team as code owners May 20, 2024 13:35
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 20, 2024
Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

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

@anonrig anonrig force-pushed the anonrig/fix-json-formatter branch from 1bea29e to f64df20 Compare May 20, 2024 13:41
@anonrig anonrig requested a review from a team as a code owner May 20, 2024 13:41
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 20, 2024
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

Copy link

codecov bot commented May 20, 2024

Bundle Report

Bundle size has no change ✅

@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2024
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 Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants