mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
feat(inspector): add SDK session clarification to persistence note (#184)
This commit is contained in:
parent
d4d7c66c05
commit
8a78e068cb
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ const SessionSidebar = ({
|
|||
)}
|
||||
</div>
|
||||
<div className="session-persistence-note">
|
||||
Sessions are persisted in your browser using IndexedDB.{" "}
|
||||
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.{" "}
|
||||
<a href={persistenceDocsUrl} target="_blank" rel="noreferrer" style={{ display: "inline-flex", alignItems: "center", gap: 2 }}>
|
||||
Configure persistence
|
||||
<ArrowUpRight size={10} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue