Pavel Buchnev
Pavel Buchnev
Sounds interesting!
Discussion here https://github.com/orgs/buggregator/discussions/113
Possible implementation here https://github.com/mcustiel/phiremock-server
Hi @binaryfire, If you are using it inside a Docker container, it might be something like: ``` INSPECTOR_URL: http://inspector@buggregator:8000 INSPECTOR_API_KEY: test ``` Where `buggregator` is the container name. Alternatively, the...
Hmmm. I you the same settings in examples, ```yaml services: examples: build: "./docker/examples" environment: APP_ENV: production APP_KEY: xxx LOG_LEVEL: debug BROADCAST_DRIVER: log CACHE_DRIVER: array QUEUE_CONNECTION: sync DB_CONNECTION: sqlite DB_DATABASE: ":memory:"...
> 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...
Hi @binaryfire. I'll try to cover your case with tests, and I'm confident everything will work fine. I'm currently working on the tests and addressing any incompatibilities
RoadRunner v2.9 + https://github.com/spiral/roadrunner-services will solve the issue!
## Instruction Setting up an SSH tunnel for Buggregator to connect with a remote application involves creating a secure connection between a local port and a port on the remote...
Hey @Semdevmaster It would be nice if you provide a json payload for your event!