Skip to content

Commit 14b00a4

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 ca5fee6 commit 14b00a4

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
@@ -116,6 +116,7 @@ class APIService {
116116
const obj = defaults(headers, this.headers);
117117
if (token) obj['Authorization'] = `Token ${token}`;
118118
obj['INCLUDESEARCHLATEST'] = true
119+
obj['X-OCL-CLIENT'] = 'oclmap/0.0.1-alpha';
119120
return obj;
120121
}
121122

0 commit comments

Comments
 (0)