Something went wrong on our end. Please try again.
Created by: vdavid
Fixes https://github.com/sourcegraph/sourcegraph/issues/35178
The requirements were these:
Handling multiple projects is tricky. No avoid over-engineering this, I've decided to save the "has the install event been logged" flag at the application level. There is one edge case that we don't handle this way. If the user does this:
Then we won't log the install event for ValidSourcegraphServer1. I think this is a caveat that we can live with.
Check out the client app preview documentation to learn more.