-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
"could not determine a source map reference" after upgrade #2048
"could not determine a source map reference" after upgrade #2048
Comments
I tested downgrading So, I think the problem lies with |
@denrase Can you please take a look |
getsentry/sentry-dart-plugin#203 looks related |
@buenaflor I checked with
So the issue seems to be with As a workaround, users can stick with |
Would it make sense to add a feature to specify a custom CLI version instead of a path? |
@kuhnroyal I think that might a good addition if we can easily do it |
Going to be fixed by getsentry/sentry-dart-plugin#238 |
Thanks for adding that CLI version parameter. Is the underlying problem in the CLI fixed? |
Unfortunately no, we haven't had the time to investigate this further. I rolled back the default cli version it works on. |
Platform
Flutter Web
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
8.1.0
Steps to Reproduce
After upgrading to
sentry_flutter 8.1.0
fromsentry_flutter 7.20.2
, I'm encountering these warnings when runningflutter packages pub run sentry_dart_plugin
:Additionally, it seems that exceptions are not being captured correctly, as the stack traces are incomplete:
main.dart:
pubspec.yaml:
Expected Result
Actual Result
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: