SentrySamplingContext constructor

SentrySamplingContext(
  1. SentryTransactionContext _transactionContext,
  2. Map<String, dynamic> _customSamplingContext
)

Implementation

SentrySamplingContext(this._transactionContext, this._customSamplingContext);