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

added default stream name option #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fingerpich
Copy link
Collaborator

In most cases users don't need to change streamName for each sendEvent calls so I think they should be able to change the default stream name
Also users may confuse streamName and google analytic eventName and I think it would help users to know the main thing they send is jsonData.

myIngrow.sendEvent(jsonData) // stream name would be "events"
myIngrow.setDefaultStreamName("stream_name")
myIngrow.sendEvent(jsonData) // stream name would be "stream_name"

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.

None yet

1 participant