Skip to content

Commit 5cdc6bc

Browse files
Merge branch 'main' into minor-airdrop-fixes
2 parents 61b4fa5 + ea40bbb commit 5cdc6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ekline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
ek_token: ${{ secrets.ek_token }}
2020
github_token: ${{ secrets.github_token }}
2121
reporter: github-pr-review
22-
filter_mode: file
22+
filter_mode: diff_context
2323
ignore_rule: "EK00031" # passive voice

fern/docs/pages/sdks/web/methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ window.plugSDK.addSessionProperties({
177177

178178
## Get session details
179179

180-
You can use the `getSessionDetails` method to fetch the session ID and tab ID of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session.
180+
You can use the `getSessionDetails` method to fetch the session ID and tab ID of currently ongoing session. These details can then be passed across different domains to maintain the journey as a single, continuous session. For more details on how to fetch the session ID and tab ID, and pass them across different domains for a seamless journey, refer to [Cross-domain session tracking](https://devrev.ai/docs/plug/cross-domain-session).
181181

182182
```jsx
183183
const { sessionId, tabId } = window.plugSDK.getSessionDetails();

0 commit comments

Comments
 (0)