monperrus / crawler-user-agents

Syntactic patterns of HTTP user-agents used by bots / robots / crawlers / scrapers / spiders. pull-request welcome :star:
MIT License
1.17k stars 250 forks source link

Add Dynatrace / RuxitSynthetic into the list #308

Closed matej-c closed 1 year ago

matej-c commented 1 year ago

Hey, a bit new to this, I could not figure out how to do a pull request. I have a monitoring bot to add to the list, prepared the JSON below.

{
  "pattern": "RuxitSynthetic",
  "addition_date": "2023/02/16",
  "url": "https://www.dynatrace.com/support/help/platform-modules/digital-experience/synthetic-monitoring/browser-monitors/configure-browser-monitors#expand--default-user-agent",
  "instances" : ["RuxitSynthetic/1.0"]
}

One thing I am struggling with, some parts of the user-agent are dynamic, according to their docs. So I only added the specific unique part into instances.

Can you help me with the implementation? Thanks!