Is your feature request related to a problem? Please describe.
Worker-level heartbeating is implemented in Go, we need to make sure users can disable it if desired via configuration. See temporalio/features#696
Describe the solution you'd like
Pass through option for https://github.com/temporalio/sdk-go/blob/f0db526a5db8e8f4cd1c79501aa9cb795bf8d578/internal/client.go#L612
Ensure sdk name/version/other info that is recorded in the heartbeat is accurate
Additional context