Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracer ¶
type Tracer struct {
}
Tracer is our driver struct; it might have config or references if needed.
func (*Tracer) CurrentTransaction ¶
func (st *Tracer) CurrentTransaction(ctx context.Context) drivers.Transaction
CurrentTransaction tries to retrieve the transaction from context. If not found, returns nil.
func (*Tracer) StartTransaction ¶
func (st *Tracer) StartTransaction(ctx context.Context, operation, description string) drivers.Transaction
StartTransaction from the Sentry perspective: we start a new Sentry transaction.
Click to show internal directories.
Click to hide internal directories.