Skip to content

Commit

Permalink
Merge pull request #106 from bbolek/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
mliao95 authored Mar 30, 2023
2 parents 8795c86 + 24a9197 commit f1a20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Subscribes an event handler that triggers when the session is lost.


### Client side metric
In version `1.2.0` the client side metric(CSM) service is added into this library. Client side metric can provide insights into the real performance and usability, it helps us to understnad how customers are actually using the website and what UI experiences they prefer. This feature is enabled by default. User can also disable this feature by passing a flag: `disableCSM` when they create a new chat session:
In version `1.2.0` the client side metric(CSM) service is added into this library. Client side metric can provide insights into the real performance and usability, it helps us to understand how customers are actually using the website and what UI experiences they prefer. This feature is enabled by default. User can also disable this feature by passing a flag: `disableCSM` when they create a new chat session:
```
const customerChatSession = connect.ChatSession.create({
...,
Expand Down

0 comments on commit f1a20b1

Please sign in to comment.