Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in documentation #48

Closed
igorpocta opened this issue Aug 24, 2021 · 1 comment
Closed

Error in documentation #48

igorpocta opened this issue Aug 24, 2021 · 1 comment

Comments

@igorpocta
Copy link

The setAllowedPriority method requires an array of priorities, not text strings.

services:
	sentry.logger:
		setup:
			- setAllowedPriority(
				Contributte\Logging\ILogger::WARNING,
				Contributte\Logging\ILogger::ERROR
			)

Correct:

services:
	sentry.logger:
		setup:
			- setAllowedPriority([
				Contributte\Logging\ILogger::WARNING,
				Contributte\Logging\ILogger::ERROR
			])
@f3l1x f3l1x closed this as completed in 2b926f8 Nov 2, 2021
@f3l1x
Copy link
Member

f3l1x commented Nov 2, 2021

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants