We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2710396 commit 71c9177Copy full SHA for 71c9177
public/app/core/services/backend_srv.ts
@@ -217,6 +217,7 @@ export class BackendSrv implements BackendService {
217
if (codeRabbitOrg) {
218
options.headers = options.headers ?? {};
219
options.headers['x-coderabbit-organization'] = codeRabbitOrg.id;
220
+ options.headers['x-tenant-id'] = sessionStorage.getItem('firebaseTenantId');
221
}
222
223
if (options.url.startsWith('/')) {
0 commit comments