@multiplayer-app/session-recorder-node 1.2.2 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Description](../../docs/img/header-js.png)
1
+ ![Description](./docs/img/header-js.png)
2
2
 
3
3
  <div align="center">
4
4
  <a href="https://github.com/multiplayer-app/multiplayer-session-recorder-javascript">
@@ -185,8 +185,8 @@ Use the following code below to initialize and run the session recorder.
185
185
 
186
186
  ```javascript
187
187
  // IMPORTANT: set up OpenTelemetry
188
- // for an example see ./session-recorder-node/examples/opentelemetry.ts
189
- // NOTE: for the code below to work copy examples/opentelemetry.ts to ./opentelemetry.ts
188
+ // for an example see ./examples/cli/src/opentelemetry.ts
189
+ // NOTE: for the code below to work copy ./examples/cli/src/opentelemetry.ts to ./opentelemetry.ts
190
190
  import { idGenerator } from "./opentelemetry"
191
191
  import SessionRecorder from "@multiplayer-app/session-recorder-node"
192
192
  import {
Binary file