-
Notifications
You must be signed in to change notification settings - Fork 501
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
Collect data on SDK Usage #725
Comments
Python SDK supports this: StellarCN/py-stellar-base@d3052c8 |
This will be present in the next release of Scala SDK. |
I audited the SDKs and I think they all support this now 🎉 @bartekn from the original description, what docs were you thinking are needed? That's all that's left to close this. |
@ire-and-curses I was thinking about a simple doc somewhere here explaining what headers should be sent to activate tracking. |
@theaeolianmachine just a heads up, this should be quick to knock out. |
Looks like it can be closed. |
Collect data using HTTP header and save the value in
Started request
andFinished request
log entries. It will be much easier to aggregate if two headers are sent: client name (X-Client-Name
) and version (X-Client-Version
). Also, it looks like someEventStream
implementations (especially implementation found in browsers) don't allow to send custom headers so we should allow sending them via GET parameter. Horizon should check if header is present and if not should check GET params.SDF:
Community SDKs:
The text was updated successfully, but these errors were encountered: