SentrySamplingContext constructor
SentrySamplingContext(
- SentryTransactionContext _transactionContext,
- Map<
String, dynamic> _customSamplingContext
Implementation
SentrySamplingContext(this._transactionContext, this._customSamplingContext);