Symbol Collector
Uses the symbol-collector client to upload native symbols.
Configuration
Section titled “Configuration”| Option | Description |
|---|---|
serverEndpoint |
Server endpoint. Default: https://symbol-collector.services.sentry.io |
batchType |
Symbol batch type: Android, macOS, iOS |
bundleIdPrefix |
Prefix for bundle ID (version is appended) |
Example
Section titled “Example”targets: - name: symbol-collector includeNames: /libsentry(-android)?\.so/ batchType: Android bundleIdPrefix: android-ndk-- The
symbol-collectorCLI must be available in PATH