diff --git a/README.md b/README.md index 913a876..a56f79e 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,79 @@ val retrofit = Retrofit.Builder().build("your_baseUrl", okHttpClient gsonConvert +### Event Logger + +A remote troubleshooting utility which helps to track or send important events to a remote API server. +This is intended to be used internally by Rakuten's SDKs. + +