PHPackages                             wotta/sentry-dashboard-tile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wotta/sentry-dashboard-tile

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

wotta/sentry-dashboard-tile
===========================

Get an overview of the latest issues or get the issues from a specific project.

v3.0.2(3y ago)14711[2 issues](https://github.com/wotta/laravel-dashboard-sentry-tile/issues)MITPHPPHP ^7.4|^8.0

Since Dec 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wotta/laravel-dashboard-sentry-tile)[ Packagist](https://packagist.org/packages/wotta/sentry-dashboard-tile)[ Docs](https://github.com/wotta/sentry-dashboard-tile)[ GitHub Sponsors](https://github.com/wotta)[ RSS](/packages/wotta-sentry-dashboard-tile/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (8)Used By (0)

A tile to display the issues from sentry
========================================

[](#a-tile-to-display-the-issues-from-sentry)

[![Latest Version on Packagist](https://camo.githubusercontent.com/72ab642f3858a2a280277a962fdf8cb09c68f4954b6d4cd021e7cff7a07d2268/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f7474612f73656e7472792d64617368626f6172642d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotta/sentry-dashboard-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/25e706f655e4303abca0840877140d4baf411e5ac9a6b54770731d7ca9e2d491/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f776f7474612f6c61726176656c2d64617368626f6172642d73656e7472792d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/wotta/laravel-dashboard-sentry-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/8a28d28e0ec8a2f0209604e7e149550d8c71ad7fbd70f14af9d67d2fca388f93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f7474612f73656e7472792d64617368626f6172642d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotta/sentry-dashboard-tile)

This package allows you to get an overview of the latest 20 issues or get the issues from a specific project.

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require wotta/sentry-dashboard-tile
```

To publish the migration stubs you need to run the following command

```
php artisan vendor:publish --tag=dashboard-sentry-migrations
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:sentry-tile` component.

```

```

You need to add the following config to your `dashboard.php` config file.

```
'tiles' => [
    'sentry' => [
        'organization' => 'exampleorg',
        'token' => env('SENTRY_TILE_TOKEN'),
        'production_only' => env('SENTRY_TILE_PRODUCTION', false),
    ]
]
```

And to periodically sync the issues from sentry you need to add the following to your `Console/Kernel.php`:

```
$schedule->command(ListenForSentryIssuesCommand::class)->everyThirtyMinutes();
```

Add the following code to your `Console/Kernel.php` to import the teams (and projects).

```
 $schedule->command(SyncOrganizationTeams::class, [
     '--with-projects'
 ])->hourly();
```

Commands
--------

[](#commands)

### \# sentry:sync:organization:teams

[](#-sentrysyncorganizationteams)

Import the teams that belong to this organization

**Arguments**:

- organization - The organization name `Optional`

**Options**:

- with-projects - Import the projects that belong to the organization `Optional`

```
php artisan sentry:sync:organization:teams [] [--with-projects]
```

### \# dashboard:fetch-data-from-sentry-api

[](#-dashboardfetch-data-from-sentry-api)

Import the projects and issues for the imported projects

```
php artisan dashboard:fetch-data-from-sentry-api
```

Testing
-------

[](#testing)

The current coverage for the package can be found [here](https://sentry-dashboard-tile.vercel.app).

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 86.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~131 days

Recently: every ~164 days

Total

6

Last Release

1319d ago

Major Versions

v1.0.1 → v2.0.02021-02-15

v2.0.0 → v3.0.02021-02-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee1eed6c79c4b519184df2b80f79d5ca8b85c6601b26c2535b5e04eba108f1cb?d=identicon)[wotta](/maintainers/wotta)

---

Top Contributors

[![wotta](https://avatars.githubusercontent.com/u/13332240?v=4)](https://github.com/wotta "wotta (122 commits)")[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (12 commits)")[![AdrianMrn](https://avatars.githubusercontent.com/u/12762044?v=4)](https://github.com/AdrianMrn "AdrianMrn (3 commits)")[![gizburdt](https://avatars.githubusercontent.com/u/1470623?v=4)](https://github.com/gizburdt "gizburdt (2 commits)")[![ahosker](https://avatars.githubusercontent.com/u/346166?v=4)](https://github.com/ahosker "ahosker (1 commits)")[![rbibby](https://avatars.githubusercontent.com/u/4687015?v=4)](https://github.com/rbibby "rbibby (1 commits)")

---

Tags

laravellaravel-dashboardpackagesentrylaravelpackagesentrylaravel-dashboard

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/wotta-sentry-dashboard-tile/health.svg)

```
[![Health](https://phpackages.com/badges/wotta-sentry-dashboard-tile/health.svg)](https://phpackages.com/packages/wotta-sentry-dashboard-tile)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
