laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.44k stars 167 forks source link

Error getting spammed in my Logfile (only when Pulse + debugbar combined) => only when calling /pulse resources #412

Closed avn-dev closed 5 days ago

avn-dev commented 5 days ago

Pulse Version

1.2.5

Laravel Version

11.28.1

PHP Version

8.3.12

Livewire Version

3.5.12

Database Driver & Version

sqlite

Description

In combination with barryvdh/laravel-debugbar (3.14.3) I'm getting this error spammed in my logfile when visiting / viewing a pulse resource (/pulse)

[2024-10-17 03:39:08] local.ERROR: Debugbar exception: Strings with null bytes cannot be escaped. Use the binary escape option.

Steps To Reproduce

installing laravel, debugbar, pulse => calling /pulse

crynobone commented 5 days ago

It's probably best to disable pulse route from Debugbar configuration

crynobone commented 5 days ago

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.