-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
SDK
Flutter SDK
Description
As this and this issues shows:
sentry:
symbols_path: ./build/app/outputs/symbols
the Sentry Dart Plugin supports a symbols_path configuration option, but this option is not documented on sentry.io.
This option is important when the debug symbols are not located in the default build/ structure or are stored outside the project root. Without it being documented, it’s unclear for users how to correctly configure the plugin in these cases.
However, the official configuration reference on sentry.io for the Sentry Dart Plugin does not list symbols_path among the available options.
Could you please add that?
Also - it is misleading what is the difference between symbols_path and dart_symbol_map_path and which should point to which outcome of either -split-debug-info=<output-directory> or -save-obfuscation-map=build/app/obfuscation.map.json
Could you please clarify that?
Suggested Solution
Please add clear description.