Skip to content

Commit 88b91e0

Browse files
paynejdclaude
andcommitted
Add X-OCL-CLIENT header for analytics tracking
OpenConceptLab/ocl_issues#2429 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d93fc1 commit 88b91e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/APIService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class APIService {
120120
const obj = defaults(headers, this.headers);
121121
if (token) obj['Authorization'] = `Token ${token}`;
122122
obj['INCLUDESEARCHLATEST'] = true
123+
obj['X-OCL-CLIENT'] = 'oclweb3/3.0.0-alpha';
123124
return obj;
124125
}
125126

0 commit comments

Comments
 (0)