ingest_telemetry_payload
Decode minified stack traces from Sentry, Bugsnag, or Datadog crash dumps by providing the payload and sourcemap directory, returning fully retraced stack frames.
Instructions
Directly ingest Sentry, Bugsnag, or Datadog crash dumps and return fully retraced stack frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The raw JSON string of the crash telemetry event | |
| inAppOnly | No | Only return frames marked as part of the application source code | |
| sourcemapDir | Yes | Directory containing corresponding .map files |