Skip to content

Commit f8ea523

Browse files
authored
fix: code comments (#218)
1 parent 8a6f148 commit f8ea523

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/posthog_config.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)