Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass cmid as session id #176

Merged
merged 3 commits into from
Dec 14, 2023
Merged

pass cmid as session id #176

merged 3 commits into from
Dec 14, 2023

Conversation

wsbrunson
Copy link
Member

No description provided.

@wsbrunson wsbrunson requested a review from a team as a code owner December 11, 2023 22:26
src/session.js Outdated
@@ -8,6 +8,7 @@ import { getNamespace, getSDKAttribute } from "./script";
function getSDKStorage(): Storage {
return getStorage({
name: getNamespace(),
stickySessionId: getClientMetadataID(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing this lint error right here, but I'm assuming we don't want to move getClientMetadataID() above this since that would breakup the exported functions. 🤷

@wsbrunson wsbrunson merged commit 83bd65c into main Dec 14, 2023
1 check passed
@wsbrunson wsbrunson deleted the cmid-session-id branch April 17, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants