Thomas Tourlourat

Results 50 comments of Thomas Tourlourat

Hi @metaer No sorry. But if you want to work on it, you can create a Pull Request.

Do I need to do something else?

I'm really interested about this feature! Our application is logging messages using PSR\Log level `info` with associated context, those informations could be very useful when debugging. I'm using monolog.

@Yozhef this issue is not related to rollbar.js. Telemetry is a rollbar feature to help debugging error. When a backend error occurred, what's happening before the error could be really...

@Yozhef I'm not talking about rollbarjs. > Telemetry allows you to view a 'breadcrumb' of events leading up to an exception. > Telemetry is currently available in the Javascript and...

I don't know "how" it have to be done. I don't know Rollbar API. Usage example : 1. Psr\Log\LoggerInterface::info('something useful happened', ['foo' => 'bar']) 2. Psr\Log\LoggerInterface::debug('something useless happened') 3. Psr\Log\LoggerInterface::error('system...

@ArturMoczulski do you have any news ?