Michal Kružík

Results 8 comments of Michal Kružík

Version for Symfony 5.4: Kernel.php: ```php

Same reason propably causing authentication error upon login attempt.

I had same problem. Running Idle Master as admin fixed it for me.

Update for 4.1.0: Context and some breadcrumbs are now showing in Sentry (24.9.0) but still missing previous info/warning messages: ![Image](https://github.com/user-attachments/assets/4c64836e-28b2-4b7c-bfcc-d3add47f5eb1)

After further testing I have found out the problem is not BreadcrumbHandler but monolog buffer: https://github.com/Dukecz/sentrysymfonycommand/blob/sentry-5/config/packages/monolog.yaml#L19

@Jean85 buffer_size is unlimited by default, you can put whatever number you want and the problem persists. No messages are lost, they are just missing some data from RequestFetcher @cleptric...

> So you have a small reproducer? Can you share it with us? https://github.com/Dukecz/sentrysymfonycommand/tree/sentry-5

@Jean85 @cleptric have you checked the exampled project? All you need to do is just set sentry url and open homepage with https://github.com/Dukecz/sentrysymfonycommand/blob/sentry-5/config/packages/monolog.yaml#L20 sentry buffer enabled/disabled.