LaravelPackages.net
Acme Inc.
Toggle sidebar
sbtsdev/laravelclickuperrorreports

Package for sending error reports from laravel to Clickup

1.778
2
1.4.0
About sbtsdev/laravelclickuperrorreports

sbtsdev/laravelclickuperrorreports is a Laravel package for package for sending error reports from laravel to clickup. It currently has 2 GitHub stars and 1.778 downloads on Packagist (latest version 1.4.0). Install it with composer require sbtsdev/laravelclickuperrorreports. Discover more Laravel packages by sbtsdev or browse all Laravel packages to compare alternatives.

Last updated

LaravelClickupErrorReports

Latest Version on Packagist Total Downloads Build Status StyleCI

Package for sending error reports from laravel to Clickup. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require sbtsdev/laravelclickuperrorreports

Usage

Set up the following in your .env

//get this from "Apps" under the user profile in clickup
CLICKUP_API_PK=

//list id pulled from clickup
//to pull the list id use dev tools in a browser
// and get the value of the data-SUBcategory attribute from the div for a task in that task list
CLICKUP_LIST_ID=

//clickup Id, I pulled it from the first number in the profile image uri
CLICKUP_ASSIGNEE_ID=

//if clickup rest call fails then email this address
CLICKUP_BACKUP_EMAIL=

//set to true if you want errors sent in a dev environment
CLICKUP_SEND_DEV_ERRORS=

Change log

Please see the changelog for more information on what has changed recently.

Testing


Contributing

Please see contributing.md for details and a todolist.

Security

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

Credits

License

This software is open-sourced software licensed under the MIT license.

Star History Chart