All Projects → getsentry → Sentry Laravel

getsentry / Sentry Laravel

Licence: apache-2.0
Laravel SDK for Sentry

Projects that are alternatives of or similar to Sentry Laravel

Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+3103.88%)
Mutual labels:  hacktoberfest, sentry, error-monitoring, crash-reporting, crash-reports
Sentry Telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
Stars: ✭ 168 (-81.88%)
Mutual labels:  hacktoberfest, sentry, error-monitoring, crash-reporting, crash-reports
Sentry Php
The official PHP SDK for Sentry (sentry.io)
Stars: ✭ 1,591 (+71.63%)
Mutual labels:  hacktoberfest, sentry, error-monitoring, crash-reporting, crash-reports
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+548.54%)
Mutual labels:  hacktoberfest, sentry, error-monitoring, crash-reporting
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+127.29%)
Mutual labels:  hacktoberfest, error-monitoring, crash-reporting, crash-reports
Sentry Go
Official Sentry SDK for Go
Stars: ✭ 415 (-55.23%)
Mutual labels:  sentry, error-monitoring, crash-reporting, crash-reports
Sentry Cocoa
The official Sentry SDK for iOS, tvOS, macOS, watchOS
Stars: ✭ 370 (-60.09%)
Mutual labels:  sentry, error-monitoring, crash-reporting, crash-reports
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (-81.98%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Raven Go
Sentry client in Go
Stars: ✭ 554 (-40.24%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+6.8%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Raven.cr
Raven is a Crystal client for Sentry
Stars: ✭ 96 (-89.64%)
Mutual labels:  sentry, error-monitoring, crash-reporting
Raven Python
Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
Stars: ✭ 1,677 (+80.91%)
Mutual labels:  sentry, crash-reporting, crash-reports
Raven Csharp
Superseded by: https://github.com/getsentry/sentry-dotnet
Stars: ✭ 231 (-75.08%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Ohbug
An open source application information monitoring platform.
Stars: ✭ 101 (-89.1%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Sentry Ruby
Sentry SDK for Ruby
Stars: ✭ 724 (-21.9%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
sentry-spark
Apache Spark Sentry Integration
Stars: ✭ 14 (-98.49%)
Mutual labels:  crash-reporting, error-monitoring, sentry
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (-19.53%)
Mutual labels:  laravel, error-monitoring, crash-reporting
app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (-72.06%)
Mutual labels:  crash-reporting, error-monitoring, sentry
Raven Node
A standalone (Node.js) client for Sentry
Stars: ✭ 462 (-50.16%)
Mutual labels:  error-monitoring, crash-reporting, crash-reports
Sentry Cli
A command line utility to work with Sentry.
Stars: ✭ 567 (-38.83%)
Mutual labels:  sentry, crash-reporting

Sentry for Laravel

Build Status Total Downloads Downloads per month Latest stable version License

Laravel integration for Sentry.

Laravel Version Compatibility

  • Laravel <= 4.2.x is supported until 0.8.x
  • Laravel <= 5.7.x on PHP <= 7.0 is supported until 0.11.x
  • Laravel >= 5.x.x on PHP >= 7.1 is supported in all versions
  • Laravel >= 6.x.x on PHP >= 7.2 is supported starting from 1.2.0
  • Laravel >= 7.x.x on PHP >= 7.2 is supported starting from 1.7.0
  • Laravel >= 8.x.x on PHP >= 7.3 is supported starting from 1.9.0

Please note that of version >= 2.0.0 we require PHP Version >= 7.2 because we are using our new PHP SDK underneath.

Installation

Contributing

Dependencies are managed through composer:

$ composer install

Tests can then be run via phpunit:

$ vendor/bin/phpunit

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].