# Event tracking for Laravel

You can see your errors and you can see your traffic, but neither tells you whether the things that pay the bills are actually happening. Ranetrace tracks any event in your Laravel application with one line of code, with ready-made events for sales, signups, logins, carts and page views. Totals, charts and a live stream of every event sit in the same dashboard as your errors and logs.

## Know whether the things that matter are actually happening

Errors tell you what broke and traffic tells you who showed up. Events tell you whether the sales, the signups and the actions you care about are happening, in the same product.

- **One line per event**: Track any event with a single trackEvent call and a properties array of your own shape. Name the event what you like, attach whatever it needs.
- **Ready-made events**: Sales with order id, amount, products and currency, plus signups, logins, cart additions and page views. The common ones are one method call.
- **A live stream of every event**: Watch the latest events arrive, each with its timestamp, its full properties payload and the user behind it. Filter the stream down to a single event type.
- **Event types and totals**: Every event type over the range you picked, with how often it happened and the sum of its value property next to it.
- **Volume over time**: A chart of event volume across the range, compared to the previous period, with breakdowns by page and by any property key you choose.
- **Batched in the background**: Events are buffered locally and sent to the API in batches by a background worker, so tracking does not slow your requests down.

## Related features


- [Error monitoring for Laravel and PHP](https://ranetrace.com/features/error-monitoring.md): Catch exceptions in your Laravel and PHP apps before users report them. Error tracking with full stack traces, source previews, and one-click IDE opening.
- [Log monitoring for Laravel and PHP](https://ranetrace.com/features/log-monitoring.md): Centralized log management for Laravel and PHP. Aggregate all your logs, filter by level and channel, and search every entry in one place.
- [Website analytics for Laravel](https://ranetrace.com/features/website-analytics.md): Privacy-friendly website analytics for Laravel. Real-time visitor tracking, traffic sources, user journeys, and custom events without compromising user privacy.

Every plan starts with a 14-day free trial. No credit card. Cancel anytime.

This page in a browser: https://ranetrace.com/features/event-tracking

Plans and prices: https://ranetrace.com/pricing.md
