Source maps of Dart(Flutter) is supported?

Javascript and some other languages are supported to upload source maps. Can we upload source maps for Dart(Flutter) too?

1 Like

I’d also like to know when Sentry plans to support source map files for Flutter. It’s important to support release builds of an application which are typically obfuscated or minimized. Here is a link to Flutter’s documentation on the topic:

https://flutter.dev/docs/deployment/obfuscate

The same question was asked 11 months ago on Stackoverflow but received no answer:

waytao’s post here has gone unaddressed for 15 months now.

Is this the right way to remind Sentry how important this feature is?

Yes, for Web it’s already supported with some sort of limitation, please use our Plugin to upload source maps

Also follow this issue Flutter Web sourcemaps support · Issue #417 · getsentry/sentry-dart · GitHub

1 Like

It is possible to use the plugin through DSN Authentication and not with Auth Tokens?
-----[Flutter Web]------
[✓] Flutter (Channel stable, 2.10.1, on macOS 11.6.3 20G415 darwin-arm, locale en-CO)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 12.5.1)
! Flutter recommends a minimum Xcode version of 13.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.64.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

only with Auth Tokens.

1 Like