Skip to content

Commit 5bb6b27

Browse files
author
Jeremy Chiang
authored
Merge pull request #88 from steamclock/jc/85-update-sentry-code
[85] Update Sentry code and example app
2 parents 09aa93a + 5922fbc commit 5bb6b27

File tree

284 files changed

+14372
-3863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+14372
-3863
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Un-released
88

9+
## [0.5.4]
10+
- Update Sentry code and example app
11+
912
## [0.5.3]
1013
- Fix Sentry version syntax in the podspec to include all minor versions
1114

Example/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PODS:
2-
- Netable (0.10.1)
2+
- Netable (0.10.3)
33
- ObjcExceptionBridging (1.0.1):
44
- ObjcExceptionBridging/ObjcExceptionBridging (= 1.0.1)
55
- ObjcExceptionBridging/ObjcExceptionBridging (1.0.1)
6-
- Sentry (5.1.9):
7-
- Sentry/Core (= 5.1.9)
8-
- Sentry/Core (5.1.9)
9-
- SteamcLog/Netable (0.3.2):
6+
- Sentry (7.2.3):
7+
- Sentry/Core (= 7.2.3)
8+
- Sentry/Core (7.2.3)
9+
- SteamcLog/Netable (0.5.4):
1010
- Netable
11-
- Sentry (~> 5.1)
11+
- Sentry (~> 7)
1212
- XCGLogger (~> 7.0.1)
1313
- XCGLogger (7.0.1):
1414
- XCGLogger/Core (= 7.0.1)
@@ -30,12 +30,12 @@ EXTERNAL SOURCES:
3030
:path: "../"
3131

3232
SPEC CHECKSUMS:
33-
Netable: ca524b746fcd8cf2a295565223c6a6c26c444c6e
33+
Netable: 4c00fd23e1820d930a5a57462add9bf4fadfa7b1
3434
ObjcExceptionBridging: c30e00eb3700467e695faeea30e26e18bd445001
35-
Sentry: 81f7f2bd3cb041137ea7efcde3aa5ad0d5a67632
36-
SteamcLog: 34f56c1fe9673dbd8ae02b05bf59e1c9374aac1f
35+
Sentry: fd33dc5458412c73474efb00bba00d0926cfd9e8
36+
SteamcLog: acd3deaebbcd7b4d101188fad6e66b1ad5a03df5
3737
XCGLogger: 1943831ef907df55108b0b18657953f868de973b
3838

3939
PODFILE CHECKSUM: b4b676ae45ee0013755910214feeb62126de8f0a
4040

41-
COCOAPODS: 1.9.1
41+
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/SteamcLog.podspec.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Netable/Netable/Netable/HTTPMethod.swift

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Netable/Netable/Netable/LogDestination.swift

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Netable/Netable/Netable/Netable.swift

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Netable/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)