-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn dev
locally doesn't work when using wrong API key type
#14
Comments
yarn dev
locally doesn't workyarn dev
locally doesn't work when using wrong API key type
Turns out, using |
Yes, that's correct, if New Relic errors out (bad config) then the project won't kick off the front end. Let me think of the best way of handling it. |
As a user, the ideal scenario would be to see this error somewhere in the console. All I could see in the source code was
Which suggested that NREUM: (4) === This made me think why is it that the error isn't displayed anywhere, e.g. I then thought, have I missed something from It was by complete chance that I thought, what if I try an INGEST - LICENSE key instead. When you have the right key, everything works smoothly. On the back of it, I thought there's some improvements that could be made:
Nice when you have tools that you can easily integrate. Even when it's multistep. If you can copy/paste some bits and when something doesn't go to plan, you can self-serve, that's the ideal. Hope this helps 😄 |
Hi @josephmarkus, thank you for the explanation, that made things much clearer for us. One question I have is that I thought |
Running
yarn dev
locally and then accessing localhost:3000 endlessly spins.If you comment out the following code in
_document.tsx
:It loads ok, but
<head>
contains:<script type="text/javascript"><!-- NREUM: (4) --></script>
How is this supposed to work?
The text was updated successfully, but these errors were encountered: