Download the PHP package tracelytics/tracelytics-laravel without Composer
On this page you can find all versions of the php package tracelytics/tracelytics-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tracelytics/tracelytics-laravel
More information about tracelytics/tracelytics-laravel
Files in tracelytics/tracelytics-laravel
Package tracelytics-laravel
Short Description Official Tracelytics AI Observability & Exception Tracking SDK for Laravel
License MIT
Informations about the package tracelytics-laravel
Tracelytics SDK for Laravel
Official Laravel integration package for Tracelytics โ AI-powered observability, exception tracking, and automated Root Cause Analysis (RCA).
โก Features
- ๐ Zero Overhead Exception Capturing: Asynchronous HTTP delivery with non-blocking fail-safe mechanisms.
- ๐ฏ Laravel 11+ & 10/9 Support: First-class support for new
bootstrap/app.phphandlers as well as legacyapp/Exceptions/Handler.php. - ๐ Rich Context Extraction: Captures stack trace, request parameters, headers, active environment, and user sessions safely.
- ๐ ๏ธ Artisan Verification Command: Built-in
php artisan tracelytics:testcommand to instantly verify your connection. - ๐ค AI RCA Prepared Payload: Structures stack traces for instant AI-driven automated code fixes.
๐ฆ Installation
Install the package via Composer:
โ๏ธ Configuration
Add your project's Ingestion API Key (and optional custom endpoint) to your .env file:
Publishing Configuration (Optional)
To customize timeouts, environment defaults, or fallback options, publish the config file:
This creates config/tracelytics.php.
๐ Setup & Registration
For Laravel 11+
Register Tracelytics inside your application's bootstrap/app.php file:
For Laravel 10 / 9
Register Tracelytics inside app/Exceptions/Handler.php:
๐งช Testing Your Configuration
Verify your API key and connection to the Tracelytics Ingestion server by running the built-in Artisan command:
If successful, you will see:
๐ ๏ธ Manual Exception Reporting
You can also manually report caught exceptions using the Facade or Dependency Injection:
๐ License
The MIT License (MIT). Please see LICENSE for more information.
All versions of tracelytics-laravel with dependencies
illuminate/support Version ^10.0 | ^11.0 | ^12.0 | ^13.0
symfony/console Version ^6.0 | ^7.0 | ^8.0
guzzlehttp/guzzle Version ^7.0