Skip to content

Symbol Collector

Uses the symbol-collector client to upload native symbols.

Configuration

OptionDescription
serverEndpointServer endpoint. Default: https://symbol-collector.services.sentry.io
batchTypeSymbol batch type: Android, macOS, iOS
bundleIdPrefixPrefix for bundle ID (version is appended)

Example

targets:
- name: symbol-collector
includeNames: /libsentry(-android)?\.so/
batchType: Android
bundleIdPrefix: android-ndk-

Notes

  • The symbol-collector CLI must be available in PATH