-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry showing a lot of erros on debug #2673
Comments
This is coming from sentry-java, https://github.com/getsentry/sentry-java/blob/2748875ce1e5e71c843a9e30a9e69f643229a80c/sentry-android-core/src/main/java/io/sentry/android/core/AndroidOptionsInitializer.java#L192-L195 @romtsn do we need to log these, including stacktraces & everything? |
Yeah I guess we could omit printing out the stacktraces, but the messages themselves can be helpful at times |
Facing the same here. We don't use Session Reply. Is there a way to suppress these reflections on debug mode? |
yes, that's alright, this has nothing to do with replay |
Platform
Flutter Mobile Android
Obfuscation
Disabled
Debug Info
Disabled
Doctor
flutter doctor -v
[✓] Flutter (Channel stable, 3.27.3, on macOS 15.3 24D60 darwin-arm64, locale en-BR)
• Flutter version 3.27.3 on channel stable at /Users/rafaelplantard/fvm/versions/3.27.3
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision c519ee916e (2 weeks ago), 2025-01-21 10:32:23 -0800
• Engine revision e672b006cb
• Dart version 3.6.1
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at /Users/rafaelplantard/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_HOME = /Users/rafaelplantard/Library/Android/sdk
• Java binary at: /Users/rafaelplantard/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2)
• Android Studio at /Users/rafaelplantard/Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
[✓] VS Code (version 1.96.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.102.0
[✓] Connected device (4 available)
• sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 15 (API 35) (emulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 15.3 24D60 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.3 24D60 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 132.0.6834.160
[✓] Network resources
• All expected network resources are available.
Version
8.13.0
Steps to Reproduce
Expected Result
No erros on log
Actual Result
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: