Skip to content

Commit 2c4f585

Browse files
committed
update
1 parent c9dd4a9 commit 2c4f585

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
]
243243
},
244244
{
245-
"group": "Data",
245+
"group": "Custom Logs",
246246
"pages": [
247247
"integrations/data/curl",
248248
"integrations/data/logger-sdk"

docs/integrations/data/curl.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Trace Data Operations with cURL"
2+
title: "Custom Logs with cURL"
33
sidebarTitle: "cURL"
4-
description: "Log any custom data operations to Helicone using cURL for complete observability across your application stack."
4+
description: "Log any custom operations to Helicone using cURL for complete observability across your application stack."
55
---
66

77
## Example
@@ -249,15 +249,15 @@ export type Timing = {
249249

250250
## Key Features
251251

252-
- **Complete Flexibility**: Unlike tool and vector-db logging, data logging accepts any custom fields
252+
- **Complete Flexibility**: Log any custom operation with any fields you need
253253
- **Structured Logging**: Maintains consistent structure while allowing complete customization
254254
- **Rich Metadata**: Supports both request-level and response-level metadata
255255
- **Smart Summarization**: Automatically creates readable summaries from response data
256256
- **Error Handling**: Gracefully handles errors and different response formats
257257

258258
## Use Cases
259259

260-
The data logging feature is perfect for tracking:
260+
Custom logs are perfect for tracking:
261261

262262
- **Database Operations**: SQL queries, NoSQL operations, cache hits/misses
263263
- **External API Calls**: Third-party service integrations, webhook calls

docs/integrations/data/logger-sdk.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Trace Data Operations with the Logger SDK"
2+
title: "Custom Logs with the Logger SDK"
33
sidebarTitle: "Logger SDK"
4-
description: "Log any custom data operations using Helicone's Logger SDK for complete observability across your application stack."
4+
description: "Log any custom operations using Helicone's Logger SDK for complete observability across your application stack."
55
---
66

77
import { strings } from "/snippets/strings.mdx";
@@ -328,7 +328,7 @@ prediction = helicone_logger.log_request(
328328

329329
## Use Cases
330330

331-
The data logging feature is perfect for tracking:
331+
Custom logs are perfect for tracking:
332332

333333
- **Database Operations**: SQL queries, NoSQL operations, cache hits/misses
334334
- **External API Calls**: Third-party service integrations, webhook calls

0 commit comments

Comments
 (0)