Versions in this module Expand all Collapse all v0 v0.46.1 Apr 28, 2026 v0.46.0 Apr 21, 2026 Changes in this version + var DefaultEventCmpOpts = cmp.Options + func NewContext(parent context.Context, t testing.TB, opts ...Option) context.Context + func Run(t *testing.T, fn func(t *testing.T, f *Fixture), opts ...Option) + type Fixture struct + Client *sentry.Client + Hub *sentry.Hub + T testing.TB + Transport *sentry.MockTransport + func NewFixture(t testing.TB, opts ...Option) *Fixture + func (f *Fixture) AssertEventCount(want int) + func (f *Fixture) AssertHubIsolation(requestHub *sentry.Hub) + func (f *Fixture) DiffEvents(want []*sentry.Event, opts ...cmp.Option) string + func (f *Fixture) Events() []*sentry.Event + func (f *Fixture) Flush() + func (f *Fixture) NewContext(parent context.Context) context.Context + type Option func(*config) + func WithClientOptions(opts sentry.ClientOptions) Option + func WithGlobal() Option