Skip to content

Commit

Permalink
Bump Sentry Cocoa 8.36.0 (#352)
Browse files Browse the repository at this point in the history
* bump xcode 8.36.0

* add changelog

* wrong version changelog

* Update CHANGELOG.md

* remove yalc
  • Loading branch information
lucas-zimerman authored Oct 4, 2024
1 parent af31049 commit 6445e67
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 112 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ package-lock.json

# Generated Lockfiles
Cartfile.resolved

# Yalc
sample/yalc.lock
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## Unreleased

### Dependencies

- build(ios): Bump `sentry-cocoa` to 8.36.0 ([#352](https://github.com/getsentry/sentry-cordova/pull/352))
- [changelog](https://github.com/getsentry/sentry-cocoa/releases/tag/8.36.0)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.36.0)

## 1.3.0

### Features

- Add options for iOS: enableAppHangTracking and appHangTimeoutInterval, allowing users to define the App hang timeout or completly disabling it. ([#338](https://github.com/getsentry/sentry-cordova/pull/338))
- Add options for iOS: enableAppHangTracking and appHangTimeoutInterval, allowing users to define the App hang timeout or completly disabling it. ([#338](https://github.com/getsentry/sentry-cordova/pull/338))s

### Dependencies

Expand Down
11 changes: 6 additions & 5 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-browser": "^7.0.0",
"cordova-ios": "^7.0.1",
"cordova-ios": "^7.1.1",
"sentry-cordova": "file:.yalc/sentry-cordova"
},
"cordova": {
Expand All @@ -33,18 +33,19 @@
},
"platforms": [
"android",
"browser",
"ios"
"browser"
],
"plugins_comment": {
"sentry-cordova": {}
},
"plugins": {
"sentry-cordova": {}
"sentry-cordova": {
"SENTRY_ANDROID_SDK_VERSION": "7.6.0"
}
}
},
"dependencies": {
"cordova": "^12.0.0",
"typescript": "^5.2.2"
}
}
}
14 changes: 0 additions & 14 deletions sample/yalc.lock

This file was deleted.

Loading

0 comments on commit 6445e67

Please sign in to comment.