Skip to content

Commit

Permalink
updated gateway endpoint and pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Dec 30, 2024
1 parent aec6753 commit af40a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# scarf-py

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=337d6c89-63ff-4430-865b-2b0dd211eb0c" />

A Python client for sending telemetry events to Scarf.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion examples/send_test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
try:
# Initialize the logger with a test endpoint and verbose mode
logger = ScarfEventLogger(
endpoint_url="https://avi.gateway.scarf.sh/test-scarf-py",
endpoint_url="https://scarf.gateway.scarf.sh/scarf-py",
verbose=True # Enable verbose logging
)

Expand Down

0 comments on commit af40a6a

Please sign in to comment.