Skip to content

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
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