laravel-stackdriver icon indicating copy to clipboard operation
laravel-stackdriver copied to clipboard

Enables logging, tracing and error reporting to Google Stackdriver for Laravel

Results 5 laravel-stackdriver issues
Sort by recently updated
recently updated
newest added

tl;dr: https://github.com/GlueDev/laravel-stackdriver/pull/31 only updated `composer.json` but not `composer.lock`. I noticed that the `composer.lock` was outdated, which leads to the problem that `opencensus/opencensus` is still locked to `v0.5.2` instead of `v0.7.0`,...

- Remove call to Bootstrap::exceptionHandler and do the boilerplate work ourselves in order to be able to send more data to error reporting - Send the following data to error...

I'd like to add some data to all log messages, like a request id for tracing purposed for example. Any idea how I might accomplish that? I tried adding a...

Hello, I assume this package will free us from having to configure ourselves enabling cloud logging and error logging on GCP. There are a few questions if you could help...

Hi! I am probably not configuring the package correctly, but we are already using another channels for logging and when we enable the Stackdriver the other channel stops being called....