Skip to content

Commit

Permalink
Merge pull request #1728 from planetary-social/disable-auto-sentry-tr…
Browse files Browse the repository at this point in the history
…acking

Disable automatic tracking in Sentry
  • Loading branch information
joshuatbrown authored Jan 13, 2025
2 parents c29bcf1 + e0e57c3 commit 15b461d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions Nos/Service/CrashReporting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15b461d

Please sign in to comment.