We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de02c4b commit a256f73Copy full SHA for a256f73
README.md
@@ -28,8 +28,8 @@ To send your traces to Evidently you need to initialize tracely:
28
from tracely import init_tracing
29
30
init_tracing(
31
- address="https://app.evidently.cloud", # Trace Collector Address
32
- api_key="", # API Key from Evidently Cloud
+ address="https://app.evidently.cloud", # Trace Collector Address
+ api_key="", # API Key from Evidently Cloud
33
project_id="a1d08c46-0624-49e3-a9f5-11a13b4a2aa5", # Project ID from Evidently Cloud
34
export_name="tracing-dataset",
35
)
0 commit comments