Skip to content

Commit 891c195

Browse files
committed
Bump SUPPORTED_SENTRY_OPTIONS_COUNT value
1 parent 6634720 commit 891c195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DependencyInjection/SentryExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class SentryExtensionTest extends TestCase
1919
{
20-
private const SUPPORTED_SENTRY_OPTIONS_COUNT = 35;
20+
private const SUPPORTED_SENTRY_OPTIONS_COUNT = 36;
2121
private const LISTENER_TEST_PUBLIC_ALIAS = 'sentry.exception_listener.public_alias';
2222

2323
public function test_that_configuration_uses_the_right_default_values()

0 commit comments

Comments
 (0)