@newrelic/browser-agent 1.298.0-rc.3 → 1.298.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -389,9 +389,19 @@ A lot of new frameworks support the concept of server-side rendering the pages o
389
389
 
390
390
  ## Support
391
391
 
392
- New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
392
+ Should you need assistance with New Relic products, you are in good hands with several support channels.
393
393
 
394
- https://discuss.newrelic.com/c/full-stack-observability/browser
394
+ If the issue has been confirmed as a bug or is a feature request, please file a GitHub issue.
395
+
396
+ ### Support Channels
397
+
398
+ - [New Relic Documentation](https://docs.newrelic.com/docs/browser/browser-monitoring/getting-started/introduction-browser-monitoring/): Comprehensive guidance for using our platform
399
+
400
+ - [New Relic Community](https://support.newrelic.com/s/category/Category__c/Default): The best place to engage in troubleshooting questions
401
+
402
+ - [New Relic University](https://learn.newrelic.com/): A range of online training for New Relic users of every level
403
+
404
+ - [New Relic Technical Support](https://support.newrelic.com/s/#): 24/7/365 ticketed support. Read more about our [Technical Support Offerings](https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings/).
395
405
 
396
406
  ## Contribute
397
407
 
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.DIST_METHOD = exports.BUILD_EN
17
17
  /**
18
18
  * Exposes the version of the agent
19
19
  */
20
- const VERSION = exports.VERSION = "1.298.0-rc.3";
20
+ const VERSION = exports.VERSION = "1.298.0-rc.4";
21
21
 
22
22
  /**
23
23
  * Exposes the build type of the agent
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.DIST_METHOD = exports.BUILD_EN
17
17
  /**
18
18
  * Exposes the version of the agent
19
19
  */
20
- const VERSION = exports.VERSION = "1.298.0-rc.3";
20
+ const VERSION = exports.VERSION = "1.298.0-rc.4";
21
21
 
22
22
  /**
23
23
  * Exposes the build type of the agent
@@ -11,7 +11,7 @@
11
11
  /**
12
12
  * Exposes the version of the agent
13
13
  */
14
- export const VERSION = "1.298.0-rc.3";
14
+ export const VERSION = "1.298.0-rc.4";
15
15
 
16
16
  /**
17
17
  * Exposes the build type of the agent
@@ -11,7 +11,7 @@
11
11
  /**
12
12
  * Exposes the version of the agent
13
13
  */
14
- export const VERSION = "1.298.0-rc.3";
14
+ export const VERSION = "1.298.0-rc.4";
15
15
 
16
16
  /**
17
17
  * Exposes the build type of the agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newrelic/browser-agent",
3
- "version": "1.298.0-rc.3",
3
+ "version": "1.298.0-rc.4",
4
4
  "private": false,
5
5
  "author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
6
6
  "description": "New Relic Browser Agent",