Kim Gustyr

Results 69 comments of Kim Gustyr

Just for visibility, we believe that [your comment in the other issue](https://github.com/Flagsmith/flagsmith/issues/5885#issuecomment-3150543260) is related to this.

@emyller Have you read about Sentry's [integration platform](https://docs.sentry.io/organization/integrations/integration-platform/)? If we opt to develop a Sentry app for Feature Health, here's supposedly a bunch of ways to link [issues](https://docs.sentry.io/organization/integrations/integration-platform/ui-components/issue-link/) and [issue/metric...

As an immediate remedy for the specific customer ask, `LOG_FORMAT=json` will produce timestamps in ISO format. As to the broader issue, IMO, full support for `GUNICORN_` env vars, including `GUNICORN_CMD_ARGS`,...

@novakzaballa One thing I could do to demonstrate is to go ahead and add it for JS and Golang SDK transient ids/traits PRs. You'll be able to review the schema...

> I would rather suggest to add a boolean attribute to the trait model, so you can specify and persist whether it is transient or no @novakzaballa I agree with...

As discussed [here](https://github.com/Flagsmith/flagsmith-python-client/pull/93#discussion_r1683258442) and offline, we're choosing to leave out the additional parameter in favour of extending the `trait_value` parameter type. In addition to current `TraitValue | null` type, the...

A fundamental problem here is that `request.user` is assumed to be a `DJANGO_USER_MODEL` instance but it should be assumed as an `ABCUser` instance. We're relying on `request.user` heavily in our...

Added `"sdk_metrics_labels"` flag, so this can be merged after approval. CC @matthewelwell @emyller

This issue will be solved when https://github.com/Flagsmith/flagsmith-charts/pull/133 is merged. We need to update the new documentation in #133 to point users to the migration job introduced in #230.