Skip to content

Release v0.1.5 (cheerful decade)

Choose a tag to compare

@odeke-em odeke-em released this 20 Dec 03:57
· 11 commits to master since this release
e766b83

This release v0.1.5 features:

  • The addition of an option DisableErrSkip to prevent database/sql/driver.ErrSkip errors from being added as erroring statuses on spans. This work was done by @a8m in PR #37 and the prior behavior that was removed can be seen in @a8m's screenshot
    image
    which can now be turned off programmatically

  • The addition of a WithSampler option which sets the sampler that will be passed into trace.StartSpan as per opencensus-go/trace.WithSampler. This work ws done by @alexsn in PR #40

Enjoy, happy holidays and cheers to the next decade! Thank you for using OpenCensus and these integrations.