chore: [M3-6024] β Upgrade NR to v1230 #9005
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description π
Although the error described in the ticket does not seem to be happening anymore, I did notice that we were significantly behind on the NR version we were using (v1184).
This PR brings us up to the latest NR version (v1230).
How to test π§ͺ
I believe the easiest way to test this locally would be to:
Set this condition to
true
:manager/packages/manager/src/App.tsx
Line 82 in 8be3dc4
Go to your
localhost
and check the network requests. You should see POST requests tobam.nr-data.net
and somewhere in the URL you should seev=1.230.0
(this confirms the version upgrade)(note: depending on your browser configurations, these requests may be filtered out and won't display. For example, I don't see the requests in Chrome, but I see them in Firefox)