Git Product home page Git Product logo

Comments (2)

F43nd1r avatar F43nd1r commented on July 21, 2024

our team want to implement the backend by ourselves

You've got several options for doing that:

  • Using acra-http:
    Your backend has to provide a url, which is either unprotected or uses basic http authentication.
    This url has to accept either a json (preferred) or a form-url-encoded body, which is sent via either POST or PUT.
    Then you have to configure your acra app accordingly.
    If you want to know how to parse a report, I recommend you inspect what acra sends. The basic format (for json) is
{ 
REPORT_FIELD : value, 
ANOTHER_REPORT_FIELD: { complex_value_1: true, complex_value_2 : 42 }
}
  • Using your own sender:
    First define your API any way you like. Then implement and register a ReportSender which sends to your API in your acra app.

  • Using existing projects:
    Fork either Acralyzer or Acrarium and help to bring them to a stable and up to date version.
    I'd personally like to see you choose this option, as Acralyzer needs a maintainer and I am always happy about qualified help on Acrarium.


the new Acrarium is not production ready

I'll probably update the disclaimer soon: I am using Acrarium in production myself, and it seems to work quite well. I still don't want to give any guarantees, but I haven't seen any data loss or corruption in the last few versions.

from acrarium.

WinDerek avatar WinDerek commented on July 21, 2024

Thanks for your reply!

I finally decided to use Acralyzer for the time being. In the current stage of my project, I don't want to take over the maintenance job of Acralyzer because of the lack of spare time to finish this job. Of course, in the near future, I am willing to maintain the Acralyzer and make it better!

from acrarium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.