mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2025-02-25 09:40:43 +00:00
sentry add build no
This commit is contained in:
parent
c0e75a5b8e
commit
1e6f85c23e
@ -196,9 +196,11 @@ struct ContentView: View {
|
||||
}
|
||||
|
||||
func startup() {
|
||||
|
||||
SentrySDK.start { options in
|
||||
options.dsn = "https://7ef695d745e942f8a52d69317c5ae241@o704459.ingest.sentry.io/5778161"
|
||||
options.debug = false // Enabled debug when first installing is always helpful
|
||||
options.releaseName = "ios-" + (Bundle.main.infoDictionary?["CFBundleVersion"] as! String);
|
||||
}
|
||||
_libraries.wrappedValue = []
|
||||
_library_names.wrappedValue = [:]
|
||||
|
Loading…
x
Reference in New Issue
Block a user