Bugs & logs tracker built for Laravel

Streply is a bugs and logs tracker for Laravel apps. Monitor, troubleshoot, and fix errors in your Laravel app. Built for developers, by developers!

Bugs & logs tracker built for Laravel

Laravel Error monitoring

Manage all errors and exceptions from your projects in a single cloud-based application.

Catch all errors, including those not handled.
Streply will automatically detect and handle any errors and exceptions, including those that are not handled in your code.
Back to the root cause.
Each error contains all the necessary information, just like in your local environment.
Focus on the most important issues.
Find out when your code has problems and easily see how many users encountered the issue.
Crash reporting.
We will immediately notify you when we detect that your app going down. You will be the first to know, giving you the advantage of time to address the issue promptly.
Error monitoring

Laravel Log management

Consolidate all your logs into organized data and easily analyze everything using a user-friendly query builder.

High-speed log search.
Experience lightning-fast log viewing and searching, providing results in seconds instead of minutes.
User-friendly query builder.
Utilize a query builder that is easy to use in order to locate all the information you require.
Background commands.
Effortlessly track and analyze code executed in the background (for example CRON tab). It's simple now.
Notifications.
If you want to be notified when a specific action takes place, you can easily set up an alert.
Log management

Laravel Uptime monitoring

Find out if your app stops working before your users do. It's really important!

Every minutes.
We will check your website every minute, that's 1440 checks in a day!
Incidents.
When your app stops working, we create a report to give you all the details about the issue.
Notifications.
We'll let you know right away when your app stops working and when it's running again.
Uptime monitoring

Laravel Crash reporting

Streply will notify you promptly if there are any issues with your apps or if your app goes down.

Errors number.
We'll let you know if there are too many errors in a certain time period.
Search criteria.
When you enter Issues or Events, to set a notification when an event occurs that matches the search criteria you entered.
Issue.
When entering the Issue data, to set a notification when the Issue occurs again.
Crash reporting

Laravel CRON monitoring

Cron Monitoring lets you keep track of how and when background jobs work and how well your scheduled tasks are performing in your projects.

Read more

Laravel performance monitoring

Application speed is key, measure how fast your code runs and where the bottlenecks are. Not just the whole application, but also individual fragments.

Read more

How to install

Getting started is simple

We've got libraries available for all the popular programming languages and frameworks out there. Installing will take just 5 minutes.

Install the streply/streply-laravel package:

composer require streply/streply-laravel

Add the service provider to config/app.php and enable capturing exception in App/Exceptions/Handler.php:

public function register()
{
    $this->reportable(function (Throwable $e) {
        try {
            \Streply\Exception($e);
        } catch(\xception $e) {}
    });
}

Configure the Streply DSN with this command:

php artisan streply-laravel:publish https://clientPublicKey@api.streply.com/projectId

Blog

Read articles for all developers.

Ready to fix your app?

Get started in 5 minutes, for free.

We are not pushy
We only send a few emails every month. That's all.
No spam
We only send articles, and helpful tips for developers, not SPAM.