Skip to content

Commit b789493

Browse files
authored
Update functions.php (#1994)
1 parent 5eea18c commit b789493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/functions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Sentry\Tracing\SpanContext;
1616
use Sentry\Tracing\Transaction;
1717
use Sentry\Tracing\TransactionContext;
18+
use Sentry\Transport\TransportInterface;
1819

1920
/**
2021
* Creates a new Client and Hub which will be set as current.
@@ -65,7 +66,7 @@
6566
* trace_propagation_targets?: array<string>|null,
6667
* traces_sample_rate?: float|int|null,
6768
* traces_sampler?: callable|null,
68-
* transport?: callable,
69+
* transport?: TransportInterface|null,
6970
* } $options The client options
7071
*/
7172
function init(array $options = []): void

0 commit comments

Comments
 (0)