Skip to content

Commit

Permalink
set analytics api version to v1 (localstack#6431)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau authored Jul 11, 2022
1 parent 599e59d commit f1e7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localstack/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
# API endpoint for analytics events
API_ENDPOINT = os.environ.get("API_ENDPOINT") or "https://api.localstack.cloud/v1"
# new analytics API endpoint
ANALYTICS_API = os.environ.get("ANALYTICS_API") or "https://analytics.localstack.cloud/v0"
ANALYTICS_API = os.environ.get("ANALYTICS_API") or "https://analytics.localstack.cloud/v1"

# environment variable to indicates that this process is running the Web UI
LOCALSTACK_WEB_PROCESS = "LOCALSTACK_WEB_PROCESS"
Expand Down

0 comments on commit f1e7efb

Please sign in to comment.