Vilius Šumskas

Results 145 comments of Vilius Šumskas

> This item is on our radar and has an internal ticket. Please follow the release notes for updates. Will close the issue here as a duplicate. Then add internal...

I've read and understand your motives regarding Jira Server product in #105 and in comments elsewhere. I've done a fair amount of Jira migrations myself in companies where I have...

There is: ``` envFrom: - configMapRef: name: jaeger-config ``` which points to ConfigMap containing only WATCH_NAMESPACE: myappnamespace

@MikeMcC399 sorry, I've totally missed your previous question. We were actually using `cypress/factory` image. We could in theory probably use `base` but we really don't want to take care of...

@timdmackey will you be willing to update this for GA4? This doesn't work at the moment because in GA4 one needs to use [event_callbacks](https://developers.google.com/tag-platform/gtagjs/reference/parameters)

A lot have changed for the past few years. Google have migrated to GA4 and the new [Consent Mode](https://support.google.com/analytics/answer/9976101?hl=en) was introduced. Moving forward I think it would be great to...

The problem with those cookie consent plugins is that they do not differentiate between essential cookies and non-essential cookies, which doesn't allow to track GA page view events without a...

There is another workaround I have mentioned in one of the linked issues. You can set `otel.springboot.micrometer.enabled=false` to make simple meter registry work again. I suppose it disables Micrometer bridge...

I've actually tried that, but the logic in the following `switch` statement is a little bit over my head. What I could share is why I have investigated this, and...