Skip to content

Conversation

@armenzg
Copy link
Member

@armenzg armenzg commented Oct 16, 2025

This reverts commit 2d54fa1.

There's some CI problems we're trying to solve.

@armenzg armenzg self-assigned this Oct 16, 2025
@armenzg armenzg requested review from a team as code owners October 16, 2025 12:33
@armenzg armenzg enabled auto-merge (squash) October 16, 2025 12:33
@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Oct 16, 2025
@github-actions
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.

// @ts-expect-error Excess path parameter
path: {orgSlug: 'my-org', extraParam: 'extra'},
});
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Bug: Invalid Parameter Passed in getApiUrl Test

The getApiUrl test for excess path parameters incorrectly passes staleTime, which is not a valid option for this function. getApiUrl only accepts path parameters.

Fix in Cursor Fix in Web

@ryan953
Copy link
Member

ryan953 commented Oct 16, 2025

I don't think we need this now. I put up a fix that properly sets up the env for the task in CI: #101604

confirmed it works, and rebased this PR to get it unblocked: #101508

@ryan953 ryan953 closed this Oct 16, 2025
auto-merge was automatically disabled October 16, 2025 21:33

Pull request was closed

@armenzg armenzg deleted the 0/revert/pr-100515 branch October 20, 2025 13:01
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 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 Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants