Martin Linzmayer

Results 20 comments of Martin Linzmayer

Hi @issacgerges. Thanks for reaching out. So far we only support the header solution as you mentioned. We would have to discuss this further internally to look into different solutions,...

Hi @Dukecz! I looked at this and [your other issue](https://github.com/getsentry/sentry-symfony/issues/908) and I believe [my PR ](https://github.com/getsentry/sentry-symfony/pull/936) fixes both of them. The problem was that the monolog buffers were flushed too...

Hi @liviucmg! After reading through the conversation I agree with @stayallive that it would be impractical for us to resolve the env variables at this stage. `registerTracingConfiguration` runs only at...

Thank you for the detailed reply and describing your use case @liviucmg! With the current architecture, I'm reluctant to implement this because of the caching implications. However, I see that...

Instead of using the `gcp_auth::provider()`in relay, we will fetch the token in sentry and pass it in the request to symbolicator, similar to how it is currently done with `GcsSourceKey`

redis for projectconfig is now async but the others are not so I leave this ticket open

> Can we have the snapshots inline, I prefer that much over having them in separate files It should be relatively easy to add, regular python asserts give a good...

After giving it more thought I'm not sure what the benefit would be if this could also do inline snapshots. `assert` is pretty much an inline snapshot. While I agree...

Hi @SomeDevSpace! Thanks for opening the issue. This seems to be the same issue that was already reported here: https://github.com/getsentry/sentry-symfony/issues/883.