Download the PHP package wotta/sentry-dashboard-tile without Composer
On this page you can find all versions of the php package wotta/sentry-dashboard-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wotta/sentry-dashboard-tile
More information about wotta/sentry-dashboard-tile
Files in wotta/sentry-dashboard-tile
Package sentry-dashboard-tile
Short Description Get an overview of the latest issues or get the issues from a specific project.
License MIT
Homepage https://github.com/wotta/sentry-dashboard-tile
Informations about the package sentry-dashboard-tile
A tile to display the issues from sentry
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.
Installation
You can install the package via composer:
To publish the migration stubs you need to run the following command
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.
And to periodically sync the issues from sentry you need to add the following to your Console/Kernel.php
:
Add the following code to your Console/Kernel.php
to import the teams (and projects).
Commands
sentry:sync:organization:teams
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
dashboard:fetch-data-from-sentry-api
Import the projects and issues for the imported projects
Testing
The current coverage for the package can be found here.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sentry-dashboard-tile with dependencies
ext-json Version *
laravel/framework Version ^8.0
spatie/laravel-dashboard Version ^2.0