You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -393,6 +394,26 @@ if (fakeDb.retrieve("my-key") == null) {
393
394
394
395
Doing so will call your `onFailure()` implementation.
395
396
397
+
### Transaction IDs
398
+
399
+
Every SDK call returns a response with a transaction ID in the `x-global-transaction-id` header. This transaction ID is useful for troubleshooting and accessing relevant logs from your service instance.
0 commit comments