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
Notes:
The local exception scope is overridden by the one we fetch from the native SDKs. Scope fetched from a native SDK contains both Flutter and Native data. We shouldn't introduce duplicates.
The text was updated successfully, but these errors were encountered:
Description
Expected:
This code should capture the exception with extra breadcrumb.
Actual:
The breadcrumb is missing.
Culprit:
sentry-dart/flutter/lib/src/integrations/load_contexts_integration.dart
Lines 151 to 166 in cd16818
Notes:
The local exception scope is overridden by the one we fetch from the native SDKs. Scope fetched from a native SDK contains both Flutter and Native data. We shouldn't introduce duplicates.
The text was updated successfully, but these errors were encountered: