We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eea18c commit b789493Copy full SHA for b789493
src/functions.php
@@ -15,6 +15,7 @@
15
use Sentry\Tracing\SpanContext;
16
use Sentry\Tracing\Transaction;
17
use Sentry\Tracing\TransactionContext;
18
+use Sentry\Transport\TransportInterface;
19
20
/**
21
* Creates a new Client and Hub which will be set as current.
@@ -65,7 +66,7 @@
65
66
* trace_propagation_targets?: array<string>|null,
67
* traces_sample_rate?: float|int|null,
68
* traces_sampler?: callable|null,
- * transport?: callable,
69
+ * transport?: TransportInterface|null,
70
* } $options The client options
71
*/
72
function init(array $options = []): void
0 commit comments