Jáchym Toušek
Jáchym Toušek
I see, I was unaware that the transaction name contains placeholders. I'm using sentry-symfony so presumably this is already the case there. In that case I think you can close...
I'd recommend adding a note to the documentation of `ignore_transactions` about how the transaction names work. I thought it was simply the URL and was unaware that it contains (or...
There is also [aibika](https://github.com/tamatebako/aibika). Though it seems the author is now working on [tebako](https://github.com/tamatebako/tebako) instead. I have been using aibika for a while now after running to issues with ocra....
The thing is that somehow travis didn't trigger so I can't be sure if it's running on PHP 8. I don't have it installed locally to try it out since...
ping @kucharovic
Personally I'd use this but ofc I'm not the maintainer here... use whichever non-BC break method you like, I'm sure the PR will be appreciated. ```php $noFormatter->setAttribute(NumberFormatter::GROUPING_USED, (int) $groupingUsed); ```
Yeah. Using DIC parameters in `Extension::load()` is too early since they are not fully resolved yet.
There are some PECL extensions I'd like to have available. Namely grpc, amqp, ds, event and eio. 🤔 In this order of importance, grpc being the only critical one.
Yeah all of these are PECL extensions... they aren't too difficult to install though. Just install an appropriate library and run pecl install. Possible optimization is that for installation dev...
Where can I find the definitions for the already supported pecl extensions? If it's simple enough I might be able to send a PR for those I need.