native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #241 from onevcat/fix/sentry-disable-app-hang

chore(sentry): explicitly disable app hang tracking

authored by

Wei Wang and committed by
GitHub
674ec41e f9aef5a6

+1
+1
supacode/App/supacodeApp.swift
··· 129 129 options.environment = environment 130 130 if let releaseName { options.releaseName = releaseName } 131 131 options.tracesSampleRate = 0.05 132 + options.enableAppHangTracking = false 132 133 } 133 134 } 134 135 if initialSettings.analyticsEnabled,