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

feat: add opt-in telemetry #24

Merged
merged 3 commits into from
Jan 3, 2023
Merged

feat: add opt-in telemetry #24

merged 3 commits into from
Jan 3, 2023

Conversation

paolodamico
Copy link
Contributor

No description provided.

@@ -49,10 +49,6 @@ const useIDKitStore = create<IDKitStore>()((set, get) => ({
setOpen: open => set({ open }),
setCode: code => set({ code }),
setStage: stage => set({ stage }),
setActionId: actionId => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not used anywhere, removing for maintainability

Copy link
Contributor

@igorosip0v igorosip0v left a comment

Choose a reason for hiding this comment

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

@paolodamico Seems like there is a window is not defined error in nextjs-example because of some posthog files. Can you confirm it? Maybe I'm missing something.

@paolodamico paolodamico merged commit 081a5ef into main Jan 3, 2023
@paolodamico paolodamico deleted the add-telemetry branch January 3, 2023 02:05
@github-actions github-actions bot mentioned this pull request Nov 23, 2023
This was referenced Feb 21, 2025
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