-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
notice in phpunit (THE ERROR HANDLER HAS CHANGED!) #296
Comments
Open to suggestions here, but the SDK now installs an error handler by default (which bubbles up). It shouldn't affect anything. |
Solve by stop enable sentry in test environment (when run tests). That was wrong. |
How i solved this problem: in bundles.php: and move the sentry.yaml from packages to packages/prod. you could probably tho the same for some more envs where you do want sentry to be active |
Can we consider this not fixed? I have many tests checking the sentry integration and I don't want to disable sentry in test. In test I have decorated the SentryHub with a custom implementation that allows testing sentry without sending events to the server. |
Yes, but we're tracking the problem in getsentry/sentry-symfony#421 because it involves Symfony |
Oh, thank you for pointing this out |
after upgrading from 0.18.1 to 0.19.0 - diff
The text was updated successfully, but these errors were encountered: