sentry add build no

This commit is contained in:
Aiden Vigue 2021-05-21 19:41:48 -04:00
parent c0e75a5b8e
commit 1e6f85c23e

View File

@ -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 = [:]