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
Copy file name to clipboardExpand all lines: frontend/packages/inspector/src/components/SessionSidebar.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ const SessionSidebar = ({
188
188
)}
189
189
</div>
190
190
<divclassName="session-persistence-note">
191
-
Sessions are persisted in your browser using IndexedDB.{" "}
191
+
Sessions are persisted in your browser using IndexedDB. These sessions are only from your browser; your SDK sessions are separate. Adding inspector support for SDK soon.{" "}
0 commit comments