Frontend
JS SDK Configuration
Backend: Error Monitoring
Python
Backend: Logging
Hosting Providers
Backend: Tracing
Native OpenTelemetry
Fullstack Frameworks
Self Host & Local Dev
Menu
Highlight Docs
Company
Open Source
Product Features
Session Replay
Error Monitoring
Logging
Tracing
Integrations
Grafana Integration
Highlight.io Changelog
Getting Started
Frontend
JS SDK Configuration
Backend: Error Monitoring
Python
Backend: Logging
Hosting Providers
Backend: Tracing
Native OpenTelemetry
Fullstack Frameworks
Self Host & Local Dev
PHP
Learn how to set up highlight.io PHP log ingestion.

1
Set up your frontend highlight.io integration.
First, make sure you've followed the frontend getting started guide.
2
Set up your highlight.io SDK.
Make sure you've also followed the backend getting started guide.
3
Add Highlight logger.
Highlight.captureLog() will record and send logs to Highlight.
use Highlight\SDK\Highlight;
$logger = Highlight::HighlightLogger(Highlight::$highlight)
$logger->process(Highlight::HighlightLogRecordBuilder()->build());
4
Verify your backend logs are being recorded.
Visit the highlight logs portal and check that backend logs are coming in.