You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add comprehensive documentation for Sentry Logs integration
- Document new sentry_logs driver introduced in v4.15.0
- Add detailed setup instructions and configuration examples
- Explain differences between sentry and sentry_logs drivers
- Provide practical usage examples and best practices
- Include advanced structured logging service example
- Add dual logging strategy recommendations
Resolves lack of documentation for recently added Logs feature.
> Alternatively, you can configure Sentry as a [Laravel Log Channel](https://docs.sentry.io/platforms/php/guides/laravel/usage/#log-channels), allowing you to capture `info` and `debug` logs as well.
66
66
67
+
## Sentry Logs Integration (NEW in v4.15.0+)
68
+
69
+
The Laravel SDK now supports Sentry's new **Logs feature** (currently in Open Beta), which provides dedicated log management with advanced filtering, real-time streaming, and automatic correlation with errors and performance traces.
0 commit comments