newrelic / gatsby-plugin-newrelic

A Gatsby plugin for instrumenting your site with New Relic's Browser Agent
https://opensource.newrelic.com/projects/newrelic/gatsby-plugin-newrelic
Apache License 2.0
8 stars 19 forks source link

update browser-agents #59

Closed olliejm closed 2 years ago

olliejm commented 2 years ago

current browser agent scripts were outdated

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

olliejm commented 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