File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 242242 ]
243243 },
244244 {
245- "group" : " Data " ,
245+ "group" : " Custom Logs " ,
246246 "pages" : [
247247 " integrations/data/curl" ,
248248 " integrations/data/logger-sdk"
Original file line number Diff line number Diff line change 11---
2- title : " Trace Data Operations with cURL"
2+ title : " Custom Logs with cURL"
33sidebarTitle : " 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
Original file line number Diff line number Diff line change 11---
2- title : " Trace Data Operations with the Logger SDK"
2+ title : " Custom Logs with the Logger SDK"
33sidebarTitle : " 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
77import { 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
You can’t perform that action at this time.
0 commit comments