Alessandro Lai
Alessandro Lai
Wouldn't be better to at least provide docblocks whenever a function allows it? Sorry, but I'm missing why we need something dynamic to have correct types with those functions... Or...
Ok I understand but it seems enormously complicated for no proper advantage: the behavior of those functions is fixed (apart from new language versions), so the expected types are known....
Hi! What do you mean by that?
Reinstating them would create duplication between the green band with the title and the beige part with the parsed markdown document. Maybe we can disable the `h1` only if it's...
I did it and it works, but the `h1` are not styled at all! :smile: I'll try to add some rules...
Not sure about this... @nicolas-grekas, could you help us out here? Does the Symfony error handler NOT support closures as handlers?
Thanks a lot @nicolas-grekas for the fast PR on your side. As for not injecting our handler, it's doable and we already discussed it in #337, but we didn't find...
Using a simpler approach with a Monolog handler is already what we would like to do (since it was already suggested by Nicolas and tracked in #337), but it's doable...
> Indeed, but looking again at the code of version 3.5 I think that the integrations that register the handler weren't added to the client. @Jean85 do you have any...
@jorrit did you check the bundle loading order? Maybe you can load the Sentry bundle later (after Monolog?) to fix this issue?