diff --git a/.continue/rules/dev-data-guide.md b/.continue/rules/dev-data-guide.md index 641ec040d..7321b93c0 100644 --- a/.continue/rules/dev-data-guide.md +++ b/.continue/rules/dev-data-guide.md @@ -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. \ No newline at end of file +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.