Skip to content

Commit e3a83b7

Browse files
committed
docs(sdk/js): added NOTE box for event logging.
1 parent 58bc0e9 commit e3a83b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/js/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ const tlsKey2 = await client.getTlsKey();
136136

137137
### Event Logging
138138

139+
> [!NOTE]
140+
> This method is not available in the simulator. Make sure your application really needs this. Emitting many events in the application is a disaster for the verifier. In most scenarios, you only need to use report_data.
141+
139142
Extend RTMR3 with custom events for audit trails:
140143

141144
```typescript

0 commit comments

Comments
 (0)