It enables to search sentry events related to a particular loaded origin
URL or for a given visit type from the sentry Web UI.
See Searchable Properties and Customize Tags in Sentry documentation.
Differential D8430
loader: Add origin URL and visit type as sentry tags anlambert on Sep 8 2022, 5:30 PM. Authored by
Details
It enables to search sentry events related to a particular loaded origin See Searchable Properties and Customize Tags in Sentry documentation.
Diff Detail
Event Timeline
Comment Actions Build is green Patch application report for D8430 (id=30391)Rebasing onto 6cdf6d3004... Current branch diff-target is up to date. Changes applied before testcommit b41a92d72654af6d0c83095c0dbce7895bbca087 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Sep 8 17:21:01 2022 +0200 loader: Add origin URL and visit type as sentry tags It enables to search sentry events related to a particular loaded origin URL or for a given visit type from the sentry Web UI. See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/864/ for more details. Comment Actions Hmm, I was about to say:
But actually, breadcrumbs are flooded with request logs, so I guess tags are good to make this visible. Comment Actions I also think that using tags is the right choice here. We will be able to quickly find related issues and events associated to an origin URL using the sentry search form as you can currently I just noticed that base class for package loaders override the load method so I should also set sentry tags here, will update. Comment Actions Update:
Comment Actions Build has FAILED Patch application report for D8430 (id=30422)Rebasing onto 6cdf6d3004... Current branch diff-target is up to date. Changes applied before testcommit 010b59e10b541a1d6fe039c0cfb98da0c8eb3410 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Sep 8 17:21:01 2022 +0200 loader: Add origin URL and visit type as sentry tags It enables to search sentry events related to a particular loaded origin URL or for a given visit type from the sentry Web UI. Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/865/ Comment Actions Build has FAILED Patch application report for D8430 (id=30423)Rebasing onto 6cdf6d3004... Current branch diff-target is up to date. Changes applied before testcommit 4a2fe2f861be3b4e2af2cf22fcc20d105a42fc86 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Sep 8 17:21:01 2022 +0200 loader: Add origin URL and visit type as sentry tags It enables to search sentry events related to a particular loaded origin URL or for a given visit type from the sentry Web UI. Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/866/ Comment Actions Build is green Patch application report for D8430 (id=30423)Rebasing onto 6cdf6d3004... Current branch diff-target is up to date. Changes applied before testcommit 4a2fe2f861be3b4e2af2cf22fcc20d105a42fc86 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Sep 8 17:21:01 2022 +0200 loader: Add origin URL and visit type as sentry tags It enables to search sentry events related to a particular loaded origin URL or for a given visit type from the sentry Web UI. See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/867/ for more details. |