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

fix: screen event needs to be setup properly #93

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

pietropizzi
Copy link
Contributor

The screen call would be calling to the wrong process method so that the event would not be set up correctly. In my case the integrations were not setup correctly so when I used enableCloudIntegration on the rawEvent it would throw an error complaining that integrations is not a dictionary.

I ran all the tests and they are passing. I did not find any tests specifically for this behaviour and was not familiar enough with the codebase to do that myself.

The screen call would be calling to the wrong process method so that the event would not be set up correctly.
@bsneed
Copy link
Contributor

bsneed commented Nov 17, 2021

thanks @pietropizzi ! I found another instance of this in group as well. Nice catch!

@bsneed bsneed merged commit 2a36985 into segmentio:main Nov 17, 2021
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