Fabio Capucci

Results 16 comments of Fabio Capucci

Hi, I'm looking into implementing the new protobuf tracing standard in order to complete apollo federation compatibility, adding the missing federated tracing support. @spawnia Can I replace the current tracing...

Yeah exception handling is not good right now. I'll look at this when I have some time.

Can you try with the 1.0 beta release? Now the exception are handled with the app exception handler

Hi @agoalofalife I updated the Eloquent serialization checking the relations with reflection api, so it should work correctly now. Eloquent models are now handled by default, so it is not...

Hi @baraka121, I've added a test with route model binding but it works without errors. If you can provide a failing test, I will look at it

I've added the test for route model binding in this [commit](https://github.com/keepsuit/laravel-opentelemetry/commit/04f28ecb05e4fe7bb0ca651b72f0ed8ab8ef1c97) and it passes. If you can create a PR with a failing test, I will look at it. With...

I had the same problem but with php 8.3. After some tests I found that disabling `imagick` extension fixed the problem.

I installed the extension from https://github.com/shivammathur/homebrew-extensions not with pecl

I made that PR to change `exit 0` to `return 0` because I encountered the same problem. With the current implementation `exit 0` can be used to prevent subsequent entrypoint...

I was thinking the same thing but both my editor (zed) and tsc points to the `.native` types (I am using pnpm). With this changes types are correct