Raj Siva-Rajah

Results 205 comments of Raj Siva-Rajah

Weird. Sentry isn't working for me either: `SENTRY_LARAVEL_DSN=http://sentry@buggregator:8000/1` Sending to sentry.io works, and I've had it working with Buggregator in other PHP apps with the same Docker setup. So I'm...

Hi @butschster. Thanks for the update! Sentry is working in Laravel now 🎉 But Inspector still isn't for some reason. This is my config: ``` INSPECTOR_URL=http://inspector@buggregator:8000 INSPECTOR_API_KEY=test INSPECTOR_INGESTION_KEY=1test INSPECTOR_ENABLE=true ```...

Hi @hekike. That could certainly work and keeps things simple. I think we'd need a warning threshold as well. A warning webhook event would be required to implement logic to...

I've just shifted all my dev to a remote VM. Was very surprised when I realised I couldn't use GH Desktop any more. An option to use remote SSH targets...

@sergiou87 Is there a reason this is marked as "not planned"? All other MS and GH products support remote development.

This should be a lot simpler in v4, now that the Sidebar and Topbar are Livewire components,

Hi @butschster Here's a screenshot of a log entry to the `sql` channel: The Symfony docs include some good examples of monolog channels: https://symfony.com/doc/current/logging/channels_handlers.html I'm using the logger to push...

Buggregator JSON for the above log entry:

Hi guys Actually it'd be great to expand on this idea and add general event filtering to the top navbar. Currently there's no way to only display events of certain...

> [@binaryfire](https://github.com/binaryfire) Just wanted to put a comment here as Phiki is my project. One of the main issues with the package right now is that there are some RegEx...