You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Sentry client package for the Flow framework. If you want to use this package with Neos CMS please use
Networkteam.Neos.SentryClient instead.
There was a failure in the versioning scheme for the client from 1.0.3 on. This is fixed with the 2.x and 3.x versions.
Flow
SentryClient
>= 5.0.0
>= 5.x
>= 4.0.0 < 5.0
4.x
>=2.3.9, >=3.0.3
3.x, >1.0.3
<2.3.9, <3.0.3
2.x, <1.0.3
Configuration:
Add the following to your Settings.yaml and replace the dsn setting with your project DSN (API Keys in your Sentry project):
Networkteam:
SentryClient:
# The Sentry DSN
dsn: 'https://secret_key@your-sentry-server.com/project-id'
You can implement the \Networkteam\SentryClient\User\UserContextServiceInterface to pass your own user context
information to the logging. If you do not have the Neos.Party Package and don't want to implement your own
UserContextService you need to set the \Networkteam\SentryClient\User\DummyUserContext in the Objects.yaml like
Sentry will log all exceptions that have the rendering option logException enabled. This can be enabled or disabled
by status code or exception class according to the Flow configuration.