buggregator / server

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
https://buggregator.dev/
Other
648 stars 23 forks source link

Sentry module not showing messages from Laravel #77

Closed Semdevmaster closed 10 months ago

Semdevmaster commented 11 months ago

Sentry module not showing messages from Laravel By classic artisan command for test: php artisan sentry:test get Error

image

In buggregator logs:

image

In browser console (Sentry tab and others)

image

The UI interface is empty

image

butschster commented 11 months ago

Here's a corrected version of your report:

Hi @Semdevmaster,

Could you provide the value of your environment variable?

For the buggregator server, the DSN should be in the format:

SENTRY_LARAVEL_DSN=http://sentry@127.0.0.1:8001/1

It's crucial to note thathttp://sentry@ is mandatory.

Please ensure that your DSN matches this format and correct any discrepancies.

Semdevmaster commented 11 months ago

With ghcr.io/buggregator/server:1.0-rc11 now works fine