getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

Document usage of /symbolicate-jvm #1476

Open rodolfoBee opened 3 weeks ago

rodolfoBee commented 3 weeks ago

The official documentation explains the usage of some endpoints to the public, however /symbolicate-jvm is not documented.

If this is a stable endpoint to be used by external user, please add documentation on how to. -> https://getsentry.github.io/symbolicator/api/

loewenheim commented 3 weeks ago

It's not intended for the public, but some internal documentation is probably not a bad idea.

mznet commented 3 weeks ago

@loewenheim Even if it is implemented only for Sentry for now, it would be good for everyone if it supports other kinds of storage such as S3, GCS, or a public API in the future. Do you have plans to support other storage options or a public API?