Skip to content

Commit e65a815

Browse files
authoredFeb 6, 2025··
Merge pull request #554 from RChutchev/master
Add symbolicator (Sentry.io)
2 parents e5ebe17 + 68b19c1 commit e65a815

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed
 

‎raw/Crawlers.json

+1-1
Large diffs are not rendered by default.

‎raw/Crawlers.txt

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
^pnpm\/
3939
^RMA\/
4040
^Ruby|Ruby\/[0-9]
41+
^symbolicator\/
4142
^Swurl
4243
^TLS tester
4344
^twine\/
@@ -148,6 +149,7 @@ Bad-Neighborhood
148149
Badass
149150
baidu\.com
150151
Bandit
152+
Barracuda Sentinel \(EE\)
151153
basicstate
152154
BatchFTP
153155
Battleztar Bazinga
@@ -724,6 +726,7 @@ Mass Downloader
724726
masscan\/
725727
Mata Hari
726728
mattermost
729+
MatchorySearch\/
727730
Mediametric
728731
Mediapartners-Google
729732
mediawords

‎src/Fixtures/Crawlers.php

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Crawlers extends AbstractProvider
5959
'^pnpm\/',
6060
'^RMA\/',
6161
'^Ruby|Ruby\/[0-9]',
62+
"^symbolicator\\/",
6263
'^Swurl ',
6364
'^TLS tester ',
6465
'^twine\/',
@@ -169,6 +170,7 @@ class Crawlers extends AbstractProvider
169170
'Badass',
170171
'baidu\.com',
171172
'Bandit',
173+
'Barracuda Sentinel \(EE\)',
172174
'basicstate',
173175
'BatchFTP',
174176
'Battleztar Bazinga',
@@ -745,6 +747,7 @@ class Crawlers extends AbstractProvider
745747
'masscan\/',
746748
'Mata Hari',
747749
'mattermost',
750+
'MatchorySearch\/',
748751
'Mediametric',
749752
'Mediapartners-Google',
750753
'mediawords',

‎tests/data/user_agent/crawlers.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -3676,4 +3676,8 @@ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GoogleOther) Chro
36763676
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Mobile Safari/537.36 (compatible; GoogleOther)
36773677
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.94 Mobile Safari/537.36 (compatible; GoogleOther)
36783678
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)
3679-
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)
3679+
Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)
3680+
symbolicator/24.11.1
3681+
symbolicator/24.12.1
3682+
Barracuda Sentinel (EE)
3683+
Mozilla/5.0(compatible;MatchorySearch/1.3;+https://www.matchory.com)

0 commit comments

Comments
 (0)
Please sign in to comment.