File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class PostHogErrorTrackingConfig {
164164 /// **Note:**
165165 /// - Flutter web: Not supported
166166 ///
167- /// Default: true (when autocapture is enabled)
167+ /// Default: false
168168 var captureFlutterErrors = false ;
169169
170170 /// Enable capturing of silent Flutter errors
@@ -184,7 +184,7 @@ class PostHogErrorTrackingConfig {
184184 /// **Note:**
185185 /// - Flutter web: Not supported
186186 ///
187- /// Default: true
187+ /// Default: false
188188 var capturePlatformDispatcherErrors = false ;
189189
190190 /// Enable automatic capture of exceptions in the native SDKs (Android only for now)
@@ -196,7 +196,7 @@ class PostHogErrorTrackingConfig {
196196 /// - Android: Java/Kotlin exceptions only (no native C/C++ crashes)
197197 /// - Android: No stacktrace demangling for minified builds
198198 ///
199- /// Default: true
199+ /// Default: false
200200 var captureNativeExceptions = false ;
201201
202202 /// Enable automatic capture of isolate errors
@@ -208,7 +208,7 @@ class PostHogErrorTrackingConfig {
208208 /// **Note:**
209209 /// - Flutter web: Not supported
210210 ///
211- /// Default: true
211+ /// Default: false
212212 var captureIsolateErrors = false ;
213213
214214 Map <String , dynamic > toMap () {
You can’t perform that action at this time.
0 commit comments