Skip to content

Commit 1d132c2

Browse files
committed
doc(sdk/js): polishing copy
1 parent e3a83b7 commit 1d132c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const tlsKey2 = await client.getTlsKey();
137137
### Event Logging
138138

139139
> [!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.
140+
> This feature isn't available in the simulator. We recommend sticking with `report_data` for most cases since it's simpler and safer to use. If you're not super familiar with SGX/TDX attestation quotes, it's best to avoid adding data directly into quotes as it could cause verification issues.
141141
142142
Extend RTMR3 with custom events for audit trails:
143143

0 commit comments

Comments
 (0)