Compare commits

..

No commits in common. "v3" and "v3.0.1" have entirely different histories.
v3 ... v3.0.1

View File

@ -8,8 +8,8 @@ import (
type providerKey struct{} type providerKey struct{}
func Provider(tp *tracesdk.TracerProvider) tracer.Option { func Provider(opts ...tracesdk.TracerProvider) tracer.Option {
return tracer.SetOption(providerKey{}, tp) return tracer.SetOption(providerKey{}, opts)
} }
type providerOptionsKey struct{} type providerOptionsKey struct{}