Usage (#644)
This commit is contained in:
parent
5f55258268
commit
35579f5636
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ from arcade_core.usage.utils import is_tracking_enabled
|
||||||
|
|
||||||
class UsageService:
|
class UsageService:
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.api_key = "phc_g7OuFqZEAVwIgRdtnZkjvBpy9weQ1f9VJW6YP1SzQRF"
|
self.api_key = "phc_hIqUQyJpf2TP4COePO5jEpkGeUXipa7KqTEyDeRsTmB"
|
||||||
self.host = "https://us.i.posthog.com"
|
self.host = "https://us.i.posthog.com"
|
||||||
|
|
||||||
def alias(self, previous_id: str, distinct_id: str) -> None:
|
def alias(self, previous_id: str, distinct_id: str) -> None:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "arcade-core"
|
name = "arcade-core"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
description = "Arcade Core - Core library for Arcade platform"
|
description = "Arcade Core - Core library for Arcade platform"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue