Closed jjunco-otf closed 4 years ago
@jjunco-otf Thank you for the bug report.
I've identified a couple issues from our early implementation of this:
instrumentationType
resulted in it errantly defaulting to lite
I've fixed/updated both of these in v1.0.4
. If you update to the latest version of the plugin and take a look at the updated README for additional understanding/guidance, it should take care of your issue.
Awesome. The SPA snippet now shows. Thank you for the prompt fix.
Description
Using the New Relic Gatsby plugin, I have this in the Gatsby config:
I configured the browser application like so:
Upon execution, the javascript snippet rendered is for "lite" instrumentation.
Expected Behaviour
Ability to view SPA-specific data in New Relic console.
Relevant Logs / Console output
I am told by a New Relic engineer that the above is not the correct snippet for "proAndSPA" instrumentation, although I have it configured that way..
Your Environment
MacOs Catalina 10.15.6 React v16.5.2 Gatsby v2.24.56 New Relic Gatsby plugin v1.03 Viewed on Chrome v85
Additional context