index.rst 637 B

1234567891011121314151617
  1. `sentry dsym sdks`
  2. ------------------
  3. Print a list of all installed SDKs and a breakdown of the symbols
  4. contained within. This queries the system symbol database and reports
  5. all SDKs and versions that symbols exist for. The output is broken down
  6. by minor versions, builds and cpu architectures. For each of those a
  7. count of the stored bundles is returned. (A bundle in this case is a
  8. single binary)
  9. Options
  10. ```````
  11. - ``--sdk TEXT``: Only include the given SDK instead of all.
  12. - ``--version TEXT``: Optionally a version filter. For instance 9 returns
  13. all versions 9.*, 9.1 returns 9.1.* etc.
  14. - ``--help``: print this help page.