CityBaseInc / airbrake_client

Airbrake client to report errors and exceptions to Airbrake.io.
Other
0 stars 1 forks source link

[TOOL-564] Additional reporting-param-building features #28

Closed PhiMed closed 6 months ago

PhiMed commented 6 months ago

Additional apps are needing a function that will assist in building Airbrake reporting params by "de-tupling" tuples; that is to convert tuples into list for easier handling. This PR adds such a function; available under the Utils module. Additionally, it adds a similar function for doing the same to structs.