-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- disable watchdog termination alerts from sentry as too many false f…
…lags - add prov profiles to codeQL script to allow build to run
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |
// If not running on simulator, Setup Sentry, but with Anonymous events | ||
SentrySDK.start { options in | ||
options.dsn = "https://[email protected]/4505443257024512" | ||
options.enableWatchdogTerminationTracking = false | ||
options.beforeSend = { (event) -> Event? in | ||
|
||
// Scrub any identifiable data to keep users anonymous | ||
|