You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source context is automatically enabled on Flutter web when using the sentry_dart_plugin.
When correctly using the plugin it will upload sourcemaps and sources which leads to the source code of the own app displayed inbetween minified third party package code.
However, the issue will still show misleading missing_source_context errors which are irrelevant because they refer to sources not from inApp but the flutter/dart sdk.
NicolasDionB, GP4cK, JoshMarkF, ValentinVignal, eranganovade and 2 more