Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contributte/sentry-skeleton
🕵🏻♀️ Example of first class integration of Sentry to Nette (@nette) by @f3l1x
https://github.com/contributte/sentry-skeleton
contributte error exception nette project sentry skeleton
Last synced: about 1 month ago
JSON representation
🕵🏻♀️ Example of first class integration of Sentry to Nette (@nette) by @f3l1x
- Host: GitHub
- URL: https://github.com/contributte/sentry-skeleton
- Owner: contributte
- License: mit
- Created: 2022-01-28T12:25:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T19:31:19.000Z (2 months ago)
- Last Synced: 2024-11-18T20:34:55.827Z (2 months ago)
- Topics: contributte, error, exception, nette, project, sentry, skeleton
- Language: PHP
- Homepage: https://examples.contributte.org/sentry-skeleton/
- Size: 337 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://heatbadger.now.sh/github/readme/contributte/sentry-skeleton/)
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-----
## Goal
Main goal is to provide example of first class integration of [Sentry](https://github.com/contributte/sentry) to [Nette](https://nette.org).
## Demo
https://examples.contributte.org/sentry-skeleton/
## Installation
You will need `PHP 8.1+` and [Composer](https://getcomposer.org/).
Create project using composer.
```bash
composer create-project -s dev contributte/sentry-skeleton acme
```Now you have application installed. It's time to run it.
## Startup
The easiest way is to use php built-in web server.
```bash
# make dev
php -S 0.0.0.0:8000 -t www
```Then visit [http://localhost:8000](http://localhost:8000) in your browser.
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this project.