Skip to content

Tool for symbolicating backtraces that come from the Bugsnag error reporting SDK.

Notifications You must be signed in to change notification settings

troy-lamerton/DecodeAndroid

Repository files navigation

DecodeAndroid

Symbolicates backtraces using symbols in an S3 bucket.

  • I accept backtraces in the proprietary IdleGame json format that contains a bugsnag report.
  • I decode the backtrace using symbol files from s3.

Development

yarn install
yarn dev

The entrypoint is index.ts Make changes to files in src/ and it will restart.

S3 access

Symbols are downloaded from the s3 bucket named in .env. If needed, you can provide s3 credentials when calling decodeJsonPayload.

Testing

You will need a .env.local file with credentials for the test symbols. Credentials for the test symbols can be gotten from Troy.

yarn test

Build container

yarn docker:build
# run the container to check it
yarn docker:run

About

Tool for symbolicating backtraces that come from the Bugsnag error reporting SDK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published