M
M
Fixed the formatting, weird that it didn't show like that on my editor. With Laravel Auto-Discovery you don't have to register the Service Provider. So Laravel >= 5.5.x you do...
Any chance you will approve this PR?
Still having this same issue. Have set `SecRequestBodyLimitAction` to `ProcessPartial` and set `SecRequestBodyLimit` & `SecRequestBodyNoFilesLimit` to a reasonable limit and even an arbitrarily high limit with no change. There definitely...
With the release of Horizon async queue support in 0.87.0, any chances we will see proper support for Octane soon?
So we did get this kind of working by creating our own queue trace service provider in Laravel. If you combine this with setting the follow env variables individual jobs...
@PROFeNoM @morrisonlevi is there updated documentation on how to configure for Laravel queues? I've reverted my changes https://github.com/DataDog/dd-trace-php/issues/386#issuecomment-1487303134 and set just `DD_TRACE_CLI_ENABLED` with the new `0.87.2` build. I am not...
@PROFeNoM I set `DD_TRACE_AUTO_FLUSH_ENABLED=1` and I'll see a few queue jobs show up in APM under operation `laravel.queue.process` but not many compared to the number of jobs being processed. I...
Also think this would be great!
I tried hiding the navigation bar and the dark UI element is no longer visible. I also noticed in my own project that if the ViewController being loaded as the...
No there are not 2 colons. That's a typo, the url is generated from a Laravel route. I have the inside form tags, with the action set: ````html ```` Here...