We don't currently have a custom package available, however you can use our
generic api at
https://relay.errlog.io/api/v1/log to provide your own logging mechanism to your ErrLog.IO
account.
For a look at the fields you can include with your API calls check out
Payload
Variables
Ensure you include the following imports directives in your code before
using ErrLog.IO.
You can control what data goes into the package. This is probably best done
as part of a try ... except ... block where you can pull
values out of an Exception object.
You can see a full list of available fields
here.
Here the URL needs to be defined as below and the Content-Type needs to be
application/json.
After successfully loggin an error, you will receive an HTTP 200 response
from the web request and your exception will have been logged to your ErrLog.IO
dashboard.