sentry add build no
This commit is contained in:
parent
c0e75a5b8e
commit
1e6f85c23e
|
@ -196,9 +196,11 @@ struct ContentView: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
func startup() {
|
func startup() {
|
||||||
|
|
||||||
SentrySDK.start { options in
|
SentrySDK.start { options in
|
||||||
options.dsn = "https://7ef695d745e942f8a52d69317c5ae241@o704459.ingest.sentry.io/5778161"
|
options.dsn = "https://7ef695d745e942f8a52d69317c5ae241@o704459.ingest.sentry.io/5778161"
|
||||||
options.debug = false // Enabled debug when first installing is always helpful
|
options.debug = false // Enabled debug when first installing is always helpful
|
||||||
|
options.releaseName = "ios-" + (Bundle.main.infoDictionary?["CFBundleVersion"] as! String);
|
||||||
}
|
}
|
||||||
_libraries.wrappedValue = []
|
_libraries.wrappedValue = []
|
||||||
_library_names.wrappedValue = [:]
|
_library_names.wrappedValue = [:]
|
||||||
|
|
Loading…
Reference in New Issue