Skip to content

Commit 1d45188

Browse files
authored
Order init options doc block alphabetically (#1839)
1 parent bd09259 commit 1d45188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
* before_breadcrumb?: callable,
2525
* before_send?: callable,
2626
* before_send_check_in?: callable,
27+
* before_send_log?: callable,
2728
* before_send_transaction?: callable,
2829
* capture_silenced_errors?: bool,
2930
* context_lines?: int|null,
3031
* default_integrations?: bool,
3132
* dsn?: string|bool|null|Dsn,
33+
* enable_logs?: bool,
3234
* environment?: string|null,
3335
* error_types?: int|null,
3436
* http_client?: HttpClientInterface|null,
@@ -64,8 +66,6 @@
6466
* traces_sample_rate?: float|int|null,
6567
* traces_sampler?: callable|null,
6668
* transport?: callable,
67-
* enable_logs?: bool,
68-
* before_send_log?: callable,
6969
* } $options The client options
7070
*/
7171
function init(array $options = []): void

0 commit comments

Comments
 (0)