Skip to content

Commit 68e9d81

Browse files
doc: updated readme with telemetry overrides and wiki info (#157)
1 parent 72bd131 commit 68e9d81

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,36 @@ Customize and seamlessly integrate advanced language and embedding models into y
168168
<p><i>Settings Interface</i></p>
169169
</div>
170170

171+
---
172+
173+
### 📊 Telemetry
174+
Configure external telemetry settings to monitor and analyze your AI-powered development workflows with environment-specific customization capabilities.
175+
176+
- **External Configuration Override**
177+
- Support for telemetry configuration overrides via a `.hai.config` file placed at the root of your workspace.
178+
- Enables environment-specific customization that can be dynamically injected through CI/CD pipelines.
179+
180+
- **Supported Override Parameters**
181+
```
182+
# Langfuse Configuration
183+
langfuse.apiUrl=
184+
langfuse.apiKey=
185+
langfuse.publicKey=
186+
187+
# PostHog Configuration
188+
posthog.url=
189+
posthog.apiKey=
190+
```
191+
192+
**Important Notes:**
193+
- The `.hai.config` file is not git-excluded by default. Ensure sensitive keys are not committed unintentionally to your repository.
194+
195+
---
196+
197+
### 📖 Documentation
198+
For comprehensive documentation and in-depth guides on HAI Code Generator features, visit our [Wiki](https://github.com/presidio-oss/cline-based-code-generator/wiki).
199+
200+
171201
## 🤝 Contributing
172202

173203
To contribute to the project, start by exploring [open issues](https://github.com/presidio-oss/cline-based-code-generator/issues) or checking our [feature request board](https://github.com/presidio-oss/cline-based-code-generator/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).

0 commit comments

Comments
 (0)