Skip to content

Hide misleading source context errors from Dart/Flutter SDK for Flutter Web #1764

@buenaflor

Description

@buenaflor

Description

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.

image

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.

image

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions