From ff1af03f0ea4df9a8c2b67f1cfdd5d41c3661525 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 11 Jul 2023 10:54:49 +0200 Subject: [PATCH] docs: add impression events as supported in the java sdk (#4213) ## What A very small change flagging impression events as supported in the Java SDK --- website/docs/reference/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/sdks/index.md b/website/docs/reference/sdks/index.md index b0577c19b8..cfe49ca951 100644 --- a/website/docs/reference/sdks/index.md +++ b/website/docs/reference/sdks/index.md @@ -98,7 +98,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | Can disable metrics | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Client registration | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Basic usage metrics (yes/no) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| [Impression data](../impression-data.md) | ⭕ | ✅ | ⭕ | ✅ | ⭕ | ⭕ | ✅ | ⭕ | +| [Impression data](../impression-data.md) | ✅ | ✅ | ⭕ | ✅ | ⭕ | ⭕ | ✅ | ⭕ | | **Category: Bootstrap (beta)** | | | | | | | | | | Bootstrap from file | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⭕ | | Custom Bootstrap implementation | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⭕ |