prettier format

This commit is contained in:
Nate
2025-07-09 14:13:56 -07:00
parent 7c39878ed8
commit c7cea2ebc8

View File

@@ -94,7 +94,7 @@ data:
schema: "0.2.0"
level: "all"
events: ["autocomplete", "chatInteraction", "editOutcome"]
- name: "Team Analytics"
destination: "https://analytics.yourcompany.com/api/events"
schema: "0.2.0"
@@ -179,7 +179,7 @@ Most dev data logging follows a service pattern:
```typescript
export class FeatureLoggingService {
private dataLogger = DataLogger.getInstance();
logFeatureUsage(data: FeatureUsageData) {
this.dataLogger.logDevData("featureUsage", data);
}
@@ -197,4 +197,4 @@ onAutocompleteAccepted(completion: CompletionData) {
}
```
This guide provides the foundation for understanding and working with Continue's dev data system. Always prioritize user privacy and follow established patterns when making changes.
This guide provides the foundation for understanding and working with Continue's dev data system. Always prioritize user privacy and follow established patterns when making changes.