Skip to content

Commit

Permalink
fix telemetry url
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 22, 2024
1 parent 2be760c commit a67c2a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agentstack/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
import requests
from agentstack.utils import get_telemetry_opt_out, get_framework, get_version

# TELEMETRY_URL = 'https://api.agentstack.sh/telemetry'
TELEMETRY_URL = 'http://localhost:3000/telemetry'
TELEMETRY_URL = 'https://api.agentstack.sh/telemetry'

def collect_machine_telemetry():
if get_telemetry_opt_out():
Expand Down

0 comments on commit a67c2a3

Please sign in to comment.