diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f89acdf6..76b87a0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal Changes - Added function for creating a new list and a test verifying list editing. [#112](https://github.com/verse-pbc/issues/issues/112) - Localized strings on the feed filter drop-down view. +- Disabled automatic tracking in Sentry. [#126](https://github.com/verse-pbc/issues/issues/126) ## [1.1] - 2025-01-03Z diff --git a/Nos/Service/CrashReporting.swift b/Nos/Service/CrashReporting.swift index b4e3b6073..ada1b0d0a 100644 --- a/Nos/Service/CrashReporting.swift +++ b/Nos/Service/CrashReporting.swift @@ -28,9 +28,6 @@ class CrashReporting { #elseif DEV options.environment = "debug" #endif - options.enableTracing = true - options.tracesSampleRate = 0.3 // tracing must be enabled for profiling - options.profilesSampleRate = 0.3 // see also `profilesSampler` if you need custom sampling logic // Enable all experimental features options.attachViewHierarchy = true options.enablePreWarmedAppStartTracing = true