diff --git a/wp-content/plugins/wordpress-sentry/class.wp-raven-client.php b/wp-content/plugins/wordpress-sentry/class.wp-raven-client.php
index 8d21d1ceb160fd4d47762c8fde57b5dd05b46f9f..899c17b0338f17aa8fa88d3daa38ce6b55dc91d8 100644
--- a/wp-content/plugins/wordpress-sentry/class.wp-raven-client.php
+++ b/wp-content/plugins/wordpress-sentry/class.wp-raven-client.php
@@ -10,14 +10,9 @@ class WP_Raven_Client extends Raven_Client {
 	
 	function __construct() {
 		
+		parent::__construct('http://ae2f418cf46f4910bf2c549335828557:9fc4940e00b34b9dade1bf0636846eec@evasione-vpn:9000/11');
 		
-		if ( !isset( $this->settings['dsn'] )) return;
-		
-		if ( $this->settings['dsn'] == '' ) return;
-		
-		parent::__construct('http://ae2f418cf46f4910bf2c549335828557:9fc4940e00b34b9dade1bf0636846eec@evasione-vpn:3000/11');
-		
-		$this->setErrorReportingLevel( 'E_ALL );
+		$this->setErrorReportingLevel( 'E_WARNING' );
 		
 		$this->setHandlers();