-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
\Sentry\init(['dns' => '']) triggers HttpTransport::delaySendingUntilShutdown deprecated error #884
Comments
Changes to come to this error are in this commit: 5dfc0ed |
For now you can only freeze the version in composer.json |
We are already working on the fix, |
@HazAT thank you! |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to Sentry 2.2.0 the application started sending this error:
Only problem is the transport is initialized by Sentry itself after calling:
\Sentry\init(['dsn' => '_PUBLIC_DSN_']);
The default of delaySendingUntilShutdown = true, but I see no way to overwrite it from within sentry::init.
So sentry is triggering itself to send errors about this to sentry.io.
Any idea how to fix the sentry::init to stop this issue, for now i commented out the
@trigger_error(sprintf('Delaying the sending of the events using the...
line to stop the application from floading sentry.io
The text was updated successfully, but these errors were encountered: