Skip to content

Commit 1ad7c3e

Browse files
author
Roy Razon
committed
fixed keen client base url to contain version number
1 parent 81f1361 commit 1ad7c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jumper_logging_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def keen_event_store(project_id, write_key):
7272
project_id=project_id,
7373
write_key=write_key,
7474
read_key='',
75-
base_url='https://eventsapi.jumper.io'
75+
base_url='https://eventsapi.jumper.io/3.0'
7676
)
7777

7878

0 commit comments

Comments
 (0)