Skip to content

Symbols_path option missing from Sentry Dart Plugin docs #16347

@eximius313

Description

@eximius313

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions