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

add send_analytics flag in about API response #850

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

nikhilsinhaparseable
Copy link
Contributor

@nikhilsinhaparseable nikhilsinhaparseable commented Jul 16, 2024

About API response will have a new field - sendAnalytics with value of true/false
based on value set in env var P_SEND_ANONYMOUS_USAGE_DATA default for this env var is true.

Updated About API Response JSON:

{
    "version": "v1.3.0",
    "uiVersion": "development",
    "commit": "81ce80e",
    "deploymentId": "01J2VSSH60CJTXHV562WPNXQXJ",
    "updateAvailable": false,
    "latestVersion": "v1.3.0",
    "llmActive": false,
    "llmProvider": null,
    "oidcActive": false,
    "license": "AGPL-3.0-only",
    "mode": "Standalone",
    "staging": "/Users/nikhilsinha/Parseable/parseable/staging",
    "cache": "Disabled",
    "grpcPort": 8001,
    "store": {
        "type": "Local drive",
        "path": "/Users/nikhilsinha/Parseable/parseable/data"
    },
    "sendAnalytics": true
}

About API response will have a new field - sendAnalytics
with value of true/false
based on value set in env var P_SEND_ANONYMOUS_USAGE_DATA
default for this env var is true.
@nitisht nitisht merged commit 2b09db6 into parseablehq:main Jul 16, 2024
8 checks passed
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