add contextEnricher function param: - converts `sync_context` payload object from [sync response](https://buf.build/open-feature/flagd/docs/main:flagd.sync.v1#flagd.sync.v1.SyncFlagsResponse) on to Evaluation context on init (requires https://github.com/open-feature/flagd/issues/1635) - stores the result from above and adds it with every evaluation, probably using a hook [Java implementation]( https://github.com/open-feature/java-sdk-contrib/blob/4b8aa8559fea5b995b10902eeabf1e9d4876b7bf/providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/FlagdProvider.java#L72C23-L72C39) - remove e2e test filter `@contextEnrichment` to run existing, related e2e tests