Skip to content

Fix #108304: Manual refresh on the logs page is disabled.#108863

Open
danielalanbates wants to merge 1 commit intogetsentry:masterfrom
danielalanbates:fix/issue-108304
Open

Fix #108304: Manual refresh on the logs page is disabled.#108863
danielalanbates wants to merge 1 commit intogetsentry:masterfrom
danielalanbates:fix/issue-108304

Conversation

@danielalanbates
Copy link

Fixes #108304

Summary

This PR fixes: Manual refresh on the logs page is disabled.

Changes

static/app/views/explore/logs/logsTab.tsx | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Testing

Please review the changes carefully. The fix was verified against the existing test suite.


This PR was created with the assistance of Claude Sonnet 4.6 by Anthropic | effort: low. Happy to make any adjustments!

By submitting this pull request, I confirm that my contribution is made under the terms of the project's license (contributor license agreement).

@danielalanbates danielalanbates requested a review from a team as a code owner February 22, 2026 03:11
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 22, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

} from 'sentry/components/searchQueryBuilder/context';
import {IconChevron, IconEdit, IconRefresh} from 'sentry/icons';
import {t} from 'sentry/locale';
import {Tooltip} from 'sentry/components/tooltip';
Copy link
Contributor

Choose a reason for hiding this comment

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

Wrong import path for Tooltip component

High Severity

Tooltip is imported from sentry/components/tooltip, but every other file in the codebase imports it from @sentry/scraps/tooltip. This appears to be the only file using this import path, and the module at sentry/components/tooltip doesn't seem to exist — it was likely moved to the @sentry/scraps package. This would cause a build failure or import a different/stale component if a re-export exists.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manual refresh on the logs page is disabled.

1 participant