Skip to content

feat(dashboards): Create laravel overview prebuilt dashboard#109079

Merged
DominikB2014 merged 7 commits intomasterfrom
dominikbuszowiecki/browse-345-scaffold-basic-laravel-overview-dashboard
Feb 24, 2026
Merged

feat(dashboards): Create laravel overview prebuilt dashboard#109079
DominikB2014 merged 7 commits intomasterfrom
dominikbuszowiecki/browse-345-scaffold-basic-laravel-overview-dashboard

Conversation

@DominikB2014
Copy link
Contributor

@DominikB2014 DominikB2014 commented Feb 23, 2026

Adds laravel overview page as prebuilt dashboard. The first and second row charts are the same as backend overview so i exported them.

@linear
Copy link

linear bot commented Feb 23, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 23, 2026
@DominikB2014 DominikB2014 changed the title feat(dashboards): Scaffold blank Laravel Overview prebuilt dashboard feat(dashboards): Create laravel overview prebuilt dashboard Feb 24, 2026
@DominikB2014 DominikB2014 marked this pull request as ready for review February 24, 2026 16:08
@DominikB2014 DominikB2014 requested review from a team as code owners February 24, 2026 16:08
@DominikB2014 DominikB2014 enabled auto-merge (squash) February 24, 2026 16:12
@DominikB2014 DominikB2014 merged commit 8e97468 into master Feb 24, 2026
63 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-345-scaffold-basic-laravel-overview-dashboard branch February 24, 2026 16:34
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.

`avg_if(${SpanFields.SPAN_DURATION},${SpanFields.SPAN_OP},equals,queue.process)`,
`sum(${SpanFields.SPAN_DURATION})`,
],
columns: [SpanFields.MESSAGING_MESSAGE_DESTINATION_NAME, 'transaction'],
Copy link
Contributor

Choose a reason for hiding this comment

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

JOBS_TABLE columns array order and type mismatch

High Severity

The columns array uses lowercase string 'transaction' instead of SpanFields.TRANSACTION, and reverses the order compared to the fields array. Line 120 lists SpanFields.TRANSACTION first, but line 128 lists MESSAGING_MESSAGE_DESTINATION_NAME first and uses a string literal for transaction. This causes table columns to display in wrong order and may break field resolution.

Fix in Cursor Fix in Web

mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
Adds laravel overview page as prebuilt dashboard. The first and second
row charts are the same as backend overview so i exported them.
wedamija pushed a commit that referenced this pull request Feb 24, 2026
Adds laravel overview page as prebuilt dashboard. The first and second
row charts are the same as backend overview so i exported them.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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