Skip to content

Commit

Permalink
fix(mobile): style changes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed Feb 26, 2024
1 parent 3688779 commit 3f17351
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ version: 1.3.4
downloadLink: 'https://www.npmjs.com/package/@newrelic/newrelic-capacitor-plugin/v/1.3.4'
---

# New in this release
We have made some updates to our system to improve its functionality. These changes include:
## New in this release


- Fixed a bug in the fetch instrumentation where customer options were inadvertently removed when no headers were specified. Now, options will be preserved even when headers are absent.
- Resolved a bug in the XMLHttpRequest instrumentation that was throwing errors when headers were added by the instrumentation. This issue has been fixed to prevent any unexpected errors in such cases.
- Addressed an issue that resulted in app crashes when an invalid URL was encountered in the capacitor plugin. To mitigate this, a valid URL checker has been implemented to ensure that mobilerequest events are created only with valid URLs.
- Resolved a bug in the `XMLHttpRequest instrumentation` that was throwing errors when headers were added by the instrumentation. This issue has been fixed to prevent any unexpected errors in such cases.
- Addressed an issue that resulted in app crashes when an invalid URL was encountered in the capacitor plugin. To mitigate this, a valid URL checker has been implemented to ensure that `mobilerequest` events are created only with valid URLs.

These updates are intended to improve overall performance and functionality of our system. We appreciate your patience and understanding as we work to enhance your experience.
These updates are intended to improve the overall performance and functionality of our agent. We appreciate your patience and understanding as we work to enhance your experience.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version: 1.3.5
downloadLink: 'https://www.npmjs.com/package/@newrelic/newrelic-capacitor-plugin/v/1.3.5'
---

# New in this release
This release addresses the following issues in the fetch instrumentation:
## New in this release


- Bug fix: Resolved an issue where options were undefined, causing the HTTP request to break. With this fix, options are properly defined, ensuring smooth functioning of the fetch instrumentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: 6.2.6
downloadLink: 'https://github.com/newrelic/newrelic-cordova-plugin'
---

# New in this release
## New in this release

- Fixed a bug in the fetch instrumentation where customer options were inadvertently removed when no headers were specified. Now, options will be preserved even when headers are absent.
- Addressed an issue that resulted in app crashes when an invalid URL was encountered in the capacitor plugin. To mitigate this, a valid URL checker has been implemented to ensure that mobilerequest events are created only with valid URLs.
- Addressed an issue that resulted in app crashes when an invalid URL was encountered in the capacitor plugin. To mitigate this, we implemented a valid URL checker to ensure that `mobilerequest` events are created only with valid URLs.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ version: 0.0.4
downloadLink: 'https://www.nuget.org/packages/NewRelic.MAUI.Plugin'
---

# New in this release
* Fixed issues related iOS Dsyms Script
## New in this release

* Fixed issues related to the iOS dSYM script
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.5
downloadLink: 'https://www.nuget.org/packages/NewRelic.MAUI.Plugin'
---

New in this release
## New in this release

* Added agent configuration for events, tracing, and FedRAMP compliance.
* Disabled default interaction tracing due to a crash.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ version: 1.3.1
downloadLink: 'https://github.com/newrelic/newrelic-unity-agent.git'
---

* Resolved an issue in UnityWebRequest instrumentation where "callvirt" instructions were erroneously replaced with "call" instructions.*
## New in this release
* Resolved an issue in `UnityWebRequest` instrumentation where `callvirt` instructions were erroneously replaced with `call` instructions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.3
downloadLink: 'https://www.nuget.org/packages/NewRelic.Xamarin.Plugin'
---

New in this release
## New in this release

* Added agent configuration for events, tracing, and FedRAMP compliance.
* Disabled default interaction tracing due to a crash.
Expand Down

0 comments on commit 3f17351

Please sign in to comment.