Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ any previously configured value.

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| 4.3.6 | ^3.3.6 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.5 | ^3.3.5 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.4 | ^3.3.4 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.3 | ^3.3.3 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

## 4.3.6 (March 6th, 2025)

### Changelog

- #70 [pre-release] update application insights to 3.3.6


## 4.3.5 (Feb 4th, 2025)

### Changelog
Expand Down
2 changes: 1 addition & 1 deletion applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "4.3.5",
"version": "4.3.6",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "4.3.5",
"version": "4.3.6",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@microsoft/applicationinsights-react-native": "^4.3.5",
"@microsoft/applicationinsights-react-native": "^4.3.6",
"@microsoft/applicationinsights-web": "^3.3.6",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "4.3.5"
"release": "4.3.6"
}
}
}
Loading