SystemGlitch

Results 57 comments of SystemGlitch

There is a plugin for Datadog tracing support: [dd-trace-goyave](https://github.com/onfocusio/dd-trace-goyave). I think it's definitely possible to do something similar for Sentry.

I had a look at their implementation. I think we can create an adapter for Goyave in a separate repository. It would require some work to make it very clean...

This would be an interesting addition indeed. It would require a design phase so it is correctly included in the framework. This will probably involve breaking changes so it would...

We'll need to think it through to keep it convenient to use, type-safe (avoid string keys for connection names if possible), and transparent for repositories.

I took a bit of time to think about this. Here are my first notes for this feature. I thought about this without restricting myself when it comes to breaking...

Many frameworks don't have anything related to the features you want to test. It would essentially be testing the standard library. I'm not sure those would be very valuable. I...

Same issue here. Providing `GOOGLE_APPLICATION_CREDENTIALS` env variable also has an effect even if `STORAGE_EMULATOR_HOST` is set. It shouldn't send the OAuth token with the request in that case I think.

Wait before merging this. It looks like it introduces undesirable behavior in some cases.

Ready for re-review. I removed unecessary code related to the viewport Y offset. I didn't see any difference after removing it because we only render the relevant rows in `UpdateViewport()`...

@caarlos0 Can you have another look at it when you have time please?