diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3d24217cd..575b0227208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Make referer optional in Vercel Log Drain Transform. ([#5273](https://github.com/getsentry/relay/pull/5273)) - Tag spans' count per root metric with the trace root's transaction instead of the local transaction. ([#5281](https://github.com/getsentry/relay/pull/5281)) - Use `vercel.path` instead of `url.path` for Vercel Log Drain Transform. ([#5274](https://github.com/getsentry/relay/pull/5274)) +- Add Google Storebot to the crawler filter list. ([#5300](https://github.com/getsentry/relay/pull/5300)) **Internal**: diff --git a/relay-filter/src/web_crawlers.rs b/relay-filter/src/web_crawlers.rs index 16ee61327a3..c002a16f84f 100644 --- a/relay-filter/src/web_crawlers.rs +++ b/relay-filter/src/web_crawlers.rs @@ -13,6 +13,7 @@ static WEB_CRAWLERS: LazyLock = LazyLock::new(|| { AdsBot-Google| Googlebot| FeedFetcher-Google| + Storebot-Google| BingBot| # Bing search BingPreview| Baiduspider| # Baidu search @@ -118,6 +119,8 @@ mod tests { "AdsBot-Google", "Googlebot", "FeedFetcher-Google", + "Storebot-Google", + "Mozilla/5.0 (X11; Linux x86_64; Storebot-Google/1.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36", "BingBot", "BingPreview", "Baiduspider",