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

Remove the old “newSessionBegan” signal #183

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

winsmith
Copy link
Contributor

We’re usually sending old-style parameter names in parallel with the new-style parameter so that people who switch from SDK version 1 to 2 have an easier and smoother upgrade path.

However, this leads to problems with customers with lots of users, because they get twice as many session signals now.

Since not too many customers rely on session signals right now, I’d suggest we just do a hard switch in this case and deal with the slightly increased support load by offering customers who write in abou this updated queries.

We’re usually sending old-style parameter names in parallel with the new-style parameter so that people who switch from SDK version 1 to 2 have an easier and smoother upgrade path.

However, this leads to problems with customers with lots of users, because they get twice as many session signals now.

Since not too many customers rely on session signals right now, I’d suggest we just do a hard switch in this case and deal with the slightly increased support load by offering customers who write in abou this updated queries.
@winsmith winsmith requested a review from Jeehut September 16, 2024 08:04
@winsmith winsmith marked this pull request as ready for review September 16, 2024 08:04
@winsmith
Copy link
Contributor Author

@Jeehut I'd love to hear your opinion on this.

Copy link
Contributor

@Jeehut Jeehut left a comment

Choose a reason for hiding this comment

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

Like discussed in our call yesterday, it makes sense to me. The other changes also look good. 👍 Merging.

@Jeehut Jeehut merged commit 9aeb5d7 into main Sep 17, 2024
6 checks passed
@Jeehut Jeehut deleted the feature/remove-legacy-session-signal branch September 17, 2024 08:43
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