Skip to content

Commit 2898e50

Browse files
committed
update instrumented version of browser agent
1 parent 9155940 commit 2898e50

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Diff for: gatsby-config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,13 @@ module.exports = {
452452
enabled: true,
453453
block_selector: '',
454454
mask_text_selector: '*',
455-
sampling_rate: 5.0,
455+
sampling_rate: 50.0,
456456
error_sampling_rate: 100.0,
457457
mask_all_inputs: true,
458458
collect_fonts: true,
459459
inline_images: false,
460460
inline_stylesheet: true,
461+
fix_stylesheets:true,
461462
mask_input_options: {},
462463
},
463464
distributed_tracing: { enabled: true },

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@emotion/styled": "^11.3.0",
1111
"@mdx-js/mdx": "2.0.0-next.8",
1212
"@mdx-js/react": "2.0.0-next.8",
13-
"@newrelic/gatsby-theme-newrelic": "9.10.7",
13+
"@newrelic/gatsby-theme-newrelic": "9.11.0",
1414
"@splitsoftware/splitio-react": "^1.2.4",
1515
"ansi-colors": "^4.1.3",
1616
"cockatiel": "^3.0.0-beta.0",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3616,10 +3616,10 @@
36163616
eslint-plugin-promise "^4.2.1"
36173617
eslint-plugin-react "^7.14.3"
36183618

3619-
"@newrelic/gatsby-theme-newrelic@9.10.7":
3620-
version "9.10.7"
3621-
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.10.7.tgz#170479cbb6c0902ac15b93c850684a4320ee1a6f"
3622-
integrity sha512-oK+z1zvJaEKe+djBSfMX4GgyNA5VSYwGotoWANpACy/sT37taaEgaY34deoT0gc/HEBIc+Ac6klAk0zggrbKXQ==
3619+
"@newrelic/gatsby-theme-newrelic@9.11.0":
3620+
version "9.11.0"
3621+
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.11.0.tgz#e0ef1f772a4d130461a8268d40767d304d76db90"
3622+
integrity sha512-DJfBE2E6qX8y2b2/TGi7cNgGpw36/FrCdr0xqeaY17w1eJRw2Hwp0/Pay3jgbnhQKz6CokagWjsrE+oOnEQg8A==
36233623
dependencies:
36243624
"@segment/analytics-next" "1.63.0"
36253625
"@wry/equality" "^0.4.0"
@@ -3630,7 +3630,7 @@
36303630
file-saver "^2.0.5"
36313631
gatsby-plugin-emotion "^6.10.0"
36323632
gatsby-plugin-layout "^2.10.0"
3633-
gatsby-plugin-newrelic "^2.6.0"
3633+
gatsby-plugin-newrelic "^2.7.0"
36343634
gatsby-plugin-portal "^1.0.7"
36353635
gatsby-plugin-react-helmet "^5.4.0"
36363636
gatsby-plugin-robots-txt "^1.6.8"
@@ -10901,10 +10901,10 @@ gatsby-plugin-netlify@^5.1.1:
1090110901
lodash.mergewith "^4.6.2"
1090210902
webpack-assets-manifest "^5.0.6"
1090310903

10904-
gatsby-plugin-newrelic@^2.6.0:
10905-
version "2.6.0"
10906-
resolved "https://registry.yarnpkg.com/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-2.6.0.tgz#0d25c3e70e696945d3186a89c7a1e8733a926d4b"
10907-
integrity sha512-5ToEx5ojxVj4Z3n3tXGsmwygx+Cf3B0keZ3bmYLLi8zF1K1m5r2OIjRbgZvGqikkhFNP+hyYATqPZRFaLumOxQ==
10904+
gatsby-plugin-newrelic@^2.7.0:
10905+
version "2.7.0"
10906+
resolved "https://registry.yarnpkg.com/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-2.7.0.tgz#28a250f87aa464425580ee8de0d240612021b7b5"
10907+
integrity sha512-bzvx4HRrrjCKEnEXFr6IXVwx3328uNM99r/1UhDZnUdMk8kzgBhWGVb9SYbMmpFWQQWWNN+BApSQcTF8QnGozw==
1090810908
dependencies:
1090910909
"@babel/runtime" "^7.12.5"
1091010910

0 commit comments

Comments
 (0)