Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Sentry\Tracing\SpanContext;
use Sentry\Tracing\Transaction;
use Sentry\Tracing\TransactionContext;
use Sentry\Transport\TransportInterface;

/**
* Creates a new Client and Hub which will be set as current.
Expand Down Expand Up @@ -65,7 +66,7 @@
* trace_propagation_targets?: array<string>|null,
* traces_sample_rate?: float|int|null,
* traces_sampler?: callable|null,
* transport?: callable,
* transport?: TransportInterface|null,
* } $options The client options
*/
function init(array $options = []): void
Expand Down