-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Logging and Errors #12
Comments
Adding standard Rails.logger? |
At a base level, I was thinking of at least a counter of shipments pushed, much as the Wombat client used to do:
Beyond that, I think it's important to integrate a backoffice dashboard which surfaces errors a bit to admins. It'll be useful for us to look at backtraces on Sentry, but something a little more user-friendly will need to be made available for customer-service purposes. |
In the current implementation we push per shipment, there is no concept of batches. A shipment is either successfully pushed or not. We could wrap some counters in the rake task where this is implemented maybe. Personally I would not add any UI here so we can keep this gem light and focussed on the core functionality, communication with fosdick. |
Yep, you're right, delegating that responsibility to the host app makes sense. |
TBD
The text was updated successfully, but these errors were encountered: