[WEB-2795]chore:removed header links for project bread crumb inside project detail and list (#6116)

* removed header links for project bread crumb inside project detail

* Add total issue count while syncing project to telemetry

---------

Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
This commit is contained in:
Vamsi Krishna 2024-11-29 11:39:44 +05:30 committed by GitHub
parent 41c0ba502c
commit 4aa01ffebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2 additions and 16 deletions

View file

@ -251,7 +251,7 @@ export class Storage {
activeSpan?.setAttributes({
projectId: projectId,
count: response.total_count,
count: response?.total_results,
});
};