refactor: update import paths to the new repository location
Change the import paths in CLAUDE.md and go.mod to reflect the migration of the otelsetup module from GitLab to a new Git server. Remove the build status and code coverage badges from README.md as they are no longer applicable. Update configuration in .pre-commit-config.yaml to match the new module path.
This commit is contained in:
@@ -17,7 +17,7 @@ Provides standardized OpenTelemetry configuration for tracing, metrics, and logg
|
||||
### Usage
|
||||
|
||||
```go
|
||||
import "gitlab.com/unboundsoftware/shiny/otelsetup"
|
||||
import "git.unbound.se/shiny/otelsetup"
|
||||
|
||||
// Bootstrap OpenTelemetry SDK
|
||||
shutdown, err := otelsetup.SetupOTelSDK(ctx, enabled, serviceName, buildVersion, environment)
|
||||
|
||||
Reference in New Issue
Block a user