Data sent to telemetry endpoint now has type confusion #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adjustments to the tracer that I made sends the amount of days as an integer when it used to be a string, this is causing confusion in the dashboard and it is not logging properly.
Will likely convert this back to a string like it was previously