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

feat(laravel-insights): New caches widget #86367

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

ArthurKnaus
Copy link
Member

Rework caches widget.
Link to transaction details from table.

Screenshot 2025-03-05 at 10 31 10

@ArthurKnaus ArthurKnaus requested a review from a team March 5, 2025 09:36
@ArthurKnaus ArthurKnaus requested a review from a team as a code owner March 5, 2025 09:36
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 5, 2025
@@ -778,6 +765,120 @@ function QueriesWidget({query}: {query?: string}) {
);
}

function CachesWidget({query}: {query?: string}) {
Copy link
Member Author

Choose a reason for hiding this comment

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

There is a lot of duplicated code. Will refactor once the UI / UX is more final.

@ArthurKnaus ArthurKnaus merged commit 2fd6e63 into master Mar 5, 2025
44 checks passed
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/laravel-insights/new-caches-widget branch March 5, 2025 10:01
jan-auer added a commit that referenced this pull request Mar 5, 2025
* master: (809 commits)
  feat(partnership): set password email template (#86366)
  feat(ui): chonkify InputGroup (#86282)
  feat(laravel-insights): New caches widget (#86367)
  fix(api): fix error in OrganizationSamplingProjectSpanCountsEndpoint when metric not set for projects (#86271)
  chore(shellmayr): remove metrics endpoints from api publish list (#86272)
  feat(laravel-insights): New queries widget (#86279)
  fix(seer-issues-patch) More logs (#86173)
  fix(seer-issues-patch) Loosen issues first_seen_at to 52 weeks (#86364)
  chore(stacktrace): Convert `RawContent` to functional component  (#85985)
  ref(aci): misc fixes for issue alert migration (#86342)
  fix(issue-details): Fix edge case with sidebar (#86041)
  chore(sentry apps): write out the categories for publishing emails (#86357)
  feat(releases): add user count/rate session breakdown charts on insights (#86353)
  chore(sentry app): update tests and remove FF for frontend publish flow (#86317)
  ref(releases): add ProjectBadge to release tables on insights (#86319)
  ref: fix types for endpoints.internal.mail (#86348)
  feat(releases): add session health breakdown chart to insights (#86340)
  ref(flags): improve group flags coverage on topValues and totalValues (#86345)
  chore(ACI): Make functions reusable, update tests (#86253)
  fix(aci): workflow name should allow 256 chars (#86344)
  ...
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.

2 participants