Jeremy Dorn

Results 99 comments of Jeremy Dorn

Do you have a reproducible example using the GrowthBook React SDK? The Codesandbox link you added to the issue seems to be using a custom SDK class and not the...

Should we just always set it to an empty string for binomial metrics?

The root path is mostly there to make debugging easier. It is also used by our Visual Editor (you configure the Chrome extension with just the API host and it...

This was fixed in SDK version 1.5

Now that we have Data Pipeline mode, we plan to focus on this soon

@luluvia Thanks for contributing! Code looks great so far. I'll do some testing and a deeper review this week. It might make sense to move this to a separate repo,...

I'm unable to reproduce this. I added the following to the script in the issue so I can print out the current state: ```ts const http = require("http"); const port...

Approved. Just want to make sure you've manually tested this end-to-end before merging. Specifically, a webhook of type `raw` should continue to fire (backwards compatible) and a new webhook of...

I think the simplest solution here is to add a new `label` property to tags that takes precedence over the "name" when rendering in the UI. That way, all references...

A workaround is to use multi-project SDK Connections. Say you have 2 apps that each have their own separate features, but there are also a few feature flags that they...