Closed olliejm closed 2 years ago
This probably shouldn't be merged directly, I found what seems to be a syntax error in the scripts (copied from current newrelic snippet blocks in an instrumented app)
a=/Version/(S+)s+Safari/
I presume it should be
a=/Version\/(S+)s+Safari/
Maybe copying the script from the snippet generator is not the correct source to use
current browser agent scripts were outdated