Remove the initial_tag entry from the configuration settings
to streamline the setup process. Comment out some unnecessary
lines in the postprocessors and commit_preprocessors sections
for improved readability and focus on the relevant options.
These changes aim to simplify the configuration and maintain
clarity in the file structure.
Updates the project reference in the pre-commit configuration from
sentrysetup to otelsetup for improved traceability. This change
ensures that the linter correctly targets the new setup.
Updates the SetupOTelSDK function to include an environment
parameter. This change ensures that the OpenTelemetry setup
now captures and sets the service environment along with
the service name and version. It enhances observability
by providing more context about the application's
deployment environment.