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 bd09259 commit 1d45188Copy full SHA for 1d45188
1 file changed
src/functions.php
@@ -24,11 +24,13 @@
24
* before_breadcrumb?: callable,
25
* before_send?: callable,
26
* before_send_check_in?: callable,
27
+ * before_send_log?: callable,
28
* before_send_transaction?: callable,
29
* capture_silenced_errors?: bool,
30
* context_lines?: int|null,
31
* default_integrations?: bool,
32
* dsn?: string|bool|null|Dsn,
33
+ * enable_logs?: bool,
34
* environment?: string|null,
35
* error_types?: int|null,
36
* http_client?: HttpClientInterface|null,
@@ -64,8 +66,6 @@
64
66
* traces_sample_rate?: float|int|null,
65
67
* traces_sampler?: callable|null,
68
* transport?: callable,
- * enable_logs?: bool,
- * before_send_log?: callable,
69
* } $options The client options
70
*/
71
function init(array $options = []): void
0 commit comments