Skip to content

Commit 35367e5

Browse files
author
Alexandru Taras
committed
update readme.md
1 parent 03409d7 commit 35367e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This Repo contains our common project setup files.
88
Helpers which can be added manually to the Xcode project which should be used:
99

1010
- [HockeySDK.swift](#hockeyapp-sdk)
11+
- [SentrySDK.swift](#sentry-sdk)
1112
- [BuglifeSDK.swift](#buglife-sdk)
1213
- [LifetimeTrackerSDK](#lifetimetracker-sdk)
1314

@@ -48,6 +49,10 @@ If you want to add more parameters, eg. to disable SwiftLint, you have to add th
4849

4950
This repo contains the `HockeySDK` helper struct which takes care of the default HockeyApp SDK setup. The SDK will be initialized with the App ID and the Crash Manager started.
5051

52+
### Sentry-SDK
53+
54+
This repo contains the `SentrySKD` (plus the SMFLogger variant) helper struct which takes care of the default Sentry SDK setup. The SDK will be initialized with the Sentry DSN (in the info.plist).
55+
5156
#### Integrate the HockeyApp SDK
5257
To use the HockeySDK.swift helper struct you have to manually add the HockeyApp SDK to your project first. Use the preferred way to do this - at this time it's [CocoaPods](https://cocoapods.org).
5358

0 commit comments

Comments
 (0)