add: error handling to SDK (#240)

* improve error handling and add new `errorHandler` to sdk init function.

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Midka
2023-04-25 21:24:42 +03:00
committed by GitHub
parent ad17ea957d
commit 09356bbded
21 changed files with 750 additions and 230 deletions
+11
View File
@@ -37,5 +37,16 @@ services:
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)
mailhog:
image: mailhog/mailhog
network_mode: service:app
logging:
driver: "none" # disable saving logs
# ports:
# - 8025:8025 # web ui
# 1025:1025 # smtp server
volumes:
postgres-data: null